2021-03-27 12:08:13 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-05-28 02:53:19 +02:00
|
|
|
version = 3
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2021-05-23 08:08:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.7.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-11-03 01:54:21 +01:00
|
|
|
version = "1.0.45"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 01:54:21 +01:00
|
|
|
checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
2021-09-09 16:07:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ascii"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ae7d751998c189c1d4468cf0a39bb2eae052a9c58d50ebb3b9591ee3813ad50"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2021-10-15 23:58:34 +02:00
|
|
|
"winapi",
|
2021-09-09 16:07:06 +02:00
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-10-25 03:32:06 +02:00
|
|
|
version = "1.3.2"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 03:32:06 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
2021-06-06 05:50:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "build-env"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1522ac6ee801a11bf9ef3f80403f4ede6eb41291fac3dde3de09989679305f25"
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2021-04-18 12:39:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "caps"
|
2021-10-27 11:56:20 +02:00
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61bf7211aad104ce2769ec05efcdfabf85ee84ac92461d142f22cf8badd0e54c"
|
2021-04-18 12:39:09 +02:00
|
|
|
dependencies = [
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-10-24 13:59:15 +02:00
|
|
|
version = "1.0.71"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 13:59:15 +02:00
|
|
|
checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2021-06-23 18:10:54 +02:00
|
|
|
"serde",
|
2021-03-27 12:08:13 +01:00
|
|
|
"time",
|
2021-10-15 23:58:34 +02:00
|
|
|
"winapi",
|
2021-03-27 12:08:13 +01:00
|
|
|
]
|
|
|
|
|
2021-09-09 16:07:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2021-10-27 12:25:16 +02:00
|
|
|
version = "3.0.0-beta.5"
|
2021-09-09 16:07:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 12:25:16 +02:00
|
|
|
checksum = "feff3878564edb93745d58cf63e17b63f24142506e7a20c87a5521ed7bfb1d63"
|
2021-09-09 16:07:06 +02:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2021-03-27 12:08:13 +01:00
|
|
|
"bitflags",
|
|
|
|
"clap_derive",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"os_str_bytes",
|
2021-10-20 22:10:06 +02:00
|
|
|
"strsim",
|
|
|
|
"termcolor",
|
|
|
|
"textwrap",
|
2021-10-27 12:25:16 +02:00
|
|
|
"unicase",
|
2021-03-27 12:08:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2021-10-27 12:25:16 +02:00
|
|
|
version = "3.0.0-beta.5"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 12:25:16 +02:00
|
|
|
checksum = "8b15c6b4f786ffb6192ffe65a36855bc1fc2444bcd0945ae16748dcd6ed7d0d3"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-09-09 16:07:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
|
|
|
version = "2.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1645a65a99c7c8d345761f4b75a6ffe5be3b3b27a93ee731fccc5050ba6be97c"
|
|
|
|
dependencies = [
|
|
|
|
"ascii",
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2021-10-21 15:03:05 +02:00
|
|
|
[[package]]
|
2021-03-27 12:08:13 +01:00
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
|
|
|
|
dependencies = [
|
2021-10-24 11:36:30 +02:00
|
|
|
"cfg-if",
|
2021-06-06 05:50:18 +02:00
|
|
|
]
|
|
|
|
|
2021-10-20 22:10:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845"
|
|
|
|
dependencies = [
|
2021-10-24 11:36:30 +02:00
|
|
|
"cfg-if",
|
2021-10-20 22:10:06 +02:00
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2021-08-04 02:55:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
|
|
|
dependencies = [
|
2021-10-24 11:36:30 +02:00
|
|
|
"cfg-if",
|
2021-10-15 23:58:34 +02:00
|
|
|
"crossbeam-utils",
|
2021-08-04 02:55:10 +02:00
|
|
|
]
|
|
|
|
|
2021-10-20 22:10:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
|
|
|
|
dependencies = [
|
2021-10-24 11:36:30 +02:00
|
|
|
"cfg-if",
|
2021-10-20 22:10:06 +02:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
|
|
|
|
dependencies = [
|
2021-10-24 11:36:30 +02:00
|
|
|
"cfg-if",
|
2021-10-20 22:10:06 +02:00
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b10ddc024425c88c2ad148c1b0fd53f4c6d38db9697c9f1588381212fa657c9"
|
|
|
|
dependencies = [
|
2021-10-24 11:36:30 +02:00
|
|
|
"cfg-if",
|
2021-10-20 22:10:06 +02:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2021-08-04 02:55:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
|
|
|
dependencies = [
|
2021-10-24 11:36:30 +02:00
|
|
|
"cfg-if",
|
2021-08-04 02:55:10 +02:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-06-06 05:50:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cstr-argument"
|
2021-10-24 11:36:30 +02:00
|
|
|
version = "0.1.2"
|
2021-06-06 05:50:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 11:36:30 +02:00
|
|
|
checksum = "b6bd9c8e659a473bce955ae5c35b116af38af11a7acb0b480e01f3ed348aeb40"
|
2021-06-06 05:50:18 +02:00
|
|
|
dependencies = [
|
2021-10-24 11:36:30 +02:00
|
|
|
"cfg-if",
|
2021-06-06 05:50:18 +02:00
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-09-27 03:08:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f2c43f534ea4b0b049015d00269734195e6d3f0f6635cb692251aca6f9f8b3c"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e91455b86830a1c21799d94524df0845183fa55bafd9aa137b01c7d1065fa36"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-10-20 22:10:06 +02:00
|
|
|
"strsim",
|
2021-09-27 03:08:56 +02:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29b5acf0dea37a7f66f7b25d2c5e93fd46f8f6968b1a5d7a3e02e97768afc95a"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-06-06 05:50:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "dbus"
|
2021-10-24 11:36:22 +02:00
|
|
|
version = "0.9.5"
|
2021-06-06 05:50:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 11:36:22 +02:00
|
|
|
checksum = "de0a745c25b32caa56b82a3950f5fec7893a960f4c10ca3b02060b0c38d8c2ce"
|
2021-06-06 05:50:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libdbus-sys",
|
2021-10-15 23:58:34 +02:00
|
|
|
"winapi",
|
2021-03-27 12:08:13 +01:00
|
|
|
]
|
|
|
|
|
2021-09-27 03:08:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d13202debe11181040ae9063d739fa32cfcaaebe2275fe387703460ae2365b30"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "66e616858f6187ed828df7c64a6d71720d83767a7f19740b2d1b6fe6327b36e5"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_macro"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58a94ace95092c5acb1e97a7e846b310cfbd499652f72297da7493f618a98d73"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_core",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-10-20 22:10:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
2021-06-06 06:48:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.8.4"
|
2021-06-06 06:48:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
2021-06-06 06:48:22 +02:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2021-09-09 16:07:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2021-04-18 12:39:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2021-10-28 02:48:13 +02:00
|
|
|
version = "0.2.8"
|
2021-04-18 12:39:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-28 02:48:13 +02:00
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
2021-04-18 12:39:09 +02:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2021-10-15 23:58:34 +02:00
|
|
|
"winapi",
|
2021-04-18 12:39:09 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
2021-10-25 03:33:29 +02:00
|
|
|
version = "0.1.2"
|
2021-04-18 12:39:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 03:33:29 +02:00
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
2021-04-18 12:39:09 +02:00
|
|
|
dependencies = [
|
2021-10-25 03:33:29 +02:00
|
|
|
"cc",
|
2021-04-18 12:39:09 +02:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-15 22:12:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "1.5.0"
|
2021-07-15 22:12:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"
|
2021-07-15 22:12:21 +02:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-10-20 22:10:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
|
|
|
|
dependencies = [
|
2021-10-24 11:36:30 +02:00
|
|
|
"cfg-if",
|
2021-10-20 22:10:06 +02:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2021-10-25 03:33:12 +02:00
|
|
|
version = "1.0.22"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 03:33:12 +02:00
|
|
|
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
2021-10-24 11:36:30 +02:00
|
|
|
"cfg-if",
|
2021-03-27 12:08:13 +01:00
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2021-09-27 03:08:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2021-06-06 05:50:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-macros",
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-macros"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "63f713f8b2aa9e24fec85b0e290c56caee12e3b6ae0aeeda238a75b28251afd6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7684cf33bb7f28497939e8c7cf17e3e4e3b8d9a0080ffa4f8ae2f515442ee855"
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.3.17"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.3.17"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.3.17"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.3.17"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2021-03-31 15:53:23 +02:00
|
|
|
"num_cpus",
|
2021-03-27 12:08:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.3.17"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.3.17"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
2021-06-06 06:48:22 +02:00
|
|
|
"autocfg",
|
2021-03-27 12:08:13 +01:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.3.17"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.3.17"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.3.17"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
2021-06-06 06:48:22 +02:00
|
|
|
"autocfg",
|
2021-03-27 12:08:13 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-nested",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2021-06-06 06:48:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
|
|
|
dependencies = [
|
2021-10-24 11:36:30 +02:00
|
|
|
"cfg-if",
|
2021-06-06 06:48:22 +02:00
|
|
|
"libc",
|
2021-10-15 23:58:34 +02:00
|
|
|
"wasi",
|
2021-06-06 06:48:22 +02:00
|
|
|
]
|
|
|
|
|
2021-09-27 03:08:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "getset"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24b328c01a4d71d2d8173daa93562a73ab0fe85616876f02500f53d82948c504"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.11.2"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-06 06:48:22 +02:00
|
|
|
version = "0.3.3"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-06 06:48:22 +02:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.1.19"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2021-09-09 16:07:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2021-09-27 03:08:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "1.7.0"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2021-06-20 02:32:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-10-24 11:36:17 +02:00
|
|
|
version = "0.1.12"
|
2021-06-20 02:32:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 11:36:17 +02:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2021-06-20 02:32:02 +02:00
|
|
|
dependencies = [
|
2021-10-24 11:36:30 +02:00
|
|
|
"cfg-if",
|
2021-06-20 02:32:02 +02:00
|
|
|
]
|
|
|
|
|
2021-10-20 22:10:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "integration_test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap",
|
|
|
|
"clap_derive",
|
|
|
|
"flate2",
|
2021-10-26 01:48:32 +02:00
|
|
|
"libcontainer",
|
2021-10-28 02:48:28 +02:00
|
|
|
"nix",
|
2021-10-26 01:48:32 +02:00
|
|
|
"oci-spec",
|
2021-10-20 22:10:06 +02:00
|
|
|
"once_cell",
|
|
|
|
"procfs",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tar",
|
|
|
|
"test_framework",
|
|
|
|
"uuid",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.4.8"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2021-09-09 16:07:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libbpf-sys"
|
2021-11-02 01:34:01 +01:00
|
|
|
version = "0.5.0-2"
|
2021-09-09 16:07:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-02 01:34:01 +01:00
|
|
|
checksum = "97982339699ecfda9742ae39311fac5a6cce5ac7330bcf714cb702a49ecc8e2a"
|
2021-09-09 16:07:06 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-11-01 02:14:14 +01:00
|
|
|
version = "0.2.106"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-01 02:14:14 +01:00
|
|
|
checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
2021-10-21 15:57:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libcgroups"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap",
|
|
|
|
"dbus",
|
|
|
|
"env_logger 0.9.0",
|
|
|
|
"errno",
|
|
|
|
"libbpf-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2021-10-28 02:48:28 +02:00
|
|
|
"nix",
|
2021-10-26 01:48:32 +02:00
|
|
|
"oci-spec",
|
2021-10-21 15:57:27 +02:00
|
|
|
"procfs",
|
|
|
|
"quickcheck",
|
|
|
|
"rbpf",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"systemd",
|
|
|
|
]
|
|
|
|
|
2021-10-21 15:29:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libcontainer"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"caps",
|
|
|
|
"chrono",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"dbus",
|
|
|
|
"fastrand",
|
|
|
|
"futures",
|
|
|
|
"libc",
|
2021-10-21 15:57:27 +02:00
|
|
|
"libcgroups",
|
|
|
|
"libseccomp",
|
2021-10-21 15:29:39 +02:00
|
|
|
"log",
|
|
|
|
"mio",
|
2021-10-28 02:48:28 +02:00
|
|
|
"nix",
|
2021-10-26 01:48:32 +02:00
|
|
|
"oci-spec",
|
2021-10-21 15:29:39 +02:00
|
|
|
"path-clean",
|
|
|
|
"prctl",
|
|
|
|
"procfs",
|
|
|
|
"quickcheck",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serial_test",
|
|
|
|
"systemd",
|
|
|
|
]
|
|
|
|
|
2021-06-06 05:50:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libdbus-sys"
|
2021-10-24 11:36:22 +02:00
|
|
|
version = "0.2.2"
|
2021-06-06 05:50:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 11:36:22 +02:00
|
|
|
checksum = "c185b5b7ad900923ef3a8ff594083d4d9b5aea80bb4f32b8342363138c0d456b"
|
2021-06-06 05:50:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2021-10-21 15:57:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libseccomp"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2021-06-06 05:50:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libsystemd-sys"
|
2021-10-25 03:32:50 +02:00
|
|
|
version = "0.9.0"
|
2021-06-06 05:50:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 03:32:50 +02:00
|
|
|
checksum = "c68c9b25d61a54754b491e1cb848e644ff90b6c11f6f11f9d2c170b7d2cd83b3"
|
2021-06-06 05:50:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"build-env",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2021-06-20 02:32:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.4.5"
|
2021-06-20 02:32:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
2021-06-20 02:32:02 +02:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
|
|
dependencies = [
|
2021-10-24 11:36:30 +02:00
|
|
|
"cfg-if",
|
2021-03-27 12:08:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "2.4.1"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
2021-06-06 06:48:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-10-25 06:38:57 +02:00
|
|
|
version = "0.7.14"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 06:38:57 +02:00
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2021-10-15 23:58:34 +02:00
|
|
|
"miow",
|
2021-03-27 12:08:13 +01:00
|
|
|
"ntapi",
|
2021-10-15 23:58:34 +02:00
|
|
|
"winapi",
|
2021-03-27 12:08:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-06-06 06:48:22 +02:00
|
|
|
version = "0.3.7"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-06 06:48:22 +02:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
2021-10-15 23:58:34 +02:00
|
|
|
"winapi",
|
2021-03-27 12:08:13 +01:00
|
|
|
]
|
|
|
|
|
2021-06-06 06:48:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2021-10-25 03:32:06 +02:00
|
|
|
version = "0.23.0"
|
2021-06-06 06:48:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 03:32:06 +02:00
|
|
|
checksum = "f305c2c2e4c39a82f7bf0bf65fb557f9070ce06781d4f2454295cc34b1c43188"
|
2021-06-06 06:48:22 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2021-10-24 11:36:30 +02:00
|
|
|
"cfg-if",
|
2021-06-06 06:48:22 +02:00
|
|
|
"libc",
|
|
|
|
"memoffset",
|
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
2021-10-15 23:58:34 +02:00
|
|
|
"winapi",
|
2021-03-27 12:08:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-03-31 15:53:23 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-05-28 02:53:19 +02:00
|
|
|
[[package]]
|
2021-09-06 11:08:17 +02:00
|
|
|
name = "oci-spec"
|
2021-10-05 18:25:07 +02:00
|
|
|
version = "0.5.2"
|
2021-10-17 02:21:38 +02:00
|
|
|
source = "git+https://github.com/containers/oci-spec-rs?rev=d6fb1e91742313cd0d0085937e2d6df5d4669720#d6fb1e91742313cd0d0085937e2d6df5d4669720"
|
2021-05-28 02:53:19 +02:00
|
|
|
dependencies = [
|
2021-09-27 03:08:56 +02:00
|
|
|
"derive_builder",
|
|
|
|
"getset",
|
2021-06-06 06:48:22 +02:00
|
|
|
"quickcheck",
|
2021-05-28 02:53:19 +02:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-09-06 11:08:17 +02:00
|
|
|
"thiserror",
|
2021-05-28 02:53:19 +02:00
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "1.8.0"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2021-10-27 12:25:16 +02:00
|
|
|
version = "4.2.0"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 12:25:16 +02:00
|
|
|
checksum = "addaa943333a514159c80c97ff4a93306530d965d27e139188283cd13e06a799"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2021-03-27 12:08:13 +01:00
|
|
|
|
2021-06-20 02:32:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.11.2"
|
2021-06-20 02:32:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2021-06-20 02:32:02 +02:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.8.5"
|
2021-06-20 02:32:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2021-06-20 02:32:02 +02:00
|
|
|
dependencies = [
|
2021-10-24 11:36:30 +02:00
|
|
|
"cfg-if",
|
2021-06-20 02:32:02 +02:00
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2021-10-15 23:58:34 +02:00
|
|
|
"winapi",
|
2021-06-20 02:32:02 +02:00
|
|
|
]
|
|
|
|
|
2021-10-01 14:44:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "path-clean"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd"
|
|
|
|
|
2021-10-24 02:56:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pentacle"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e26ee4fbe38a973890ca68cace434e192d88f3703099fd64f799f3d6043ee7b6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.2.7"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2021-06-06 05:50:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2021-10-25 03:32:29 +02:00
|
|
|
version = "0.3.22"
|
2021-06-06 05:50:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 03:32:29 +02:00
|
|
|
checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"
|
2021-06-06 05:50:18 +02:00
|
|
|
|
2021-10-20 22:10:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2021-10-25 03:33:20 +02:00
|
|
|
version = "0.2.15"
|
2021-10-20 22:10:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 03:33:20 +02:00
|
|
|
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
|
2021-10-20 22:10:06 +02:00
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "prctl"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "059a34f111a9dee2ce1ac2826a68b24601c4298cfeb1a587c3cb493d5ab46f52"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-10-28 02:48:28 +02:00
|
|
|
"nix",
|
2021-03-27 12:08:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-nested"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-10-27 02:51:24 +02:00
|
|
|
version = "1.0.32"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 02:51:24 +02:00
|
|
|
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "procfs"
|
2021-10-15 00:24:59 +02:00
|
|
|
version = "0.11.0"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-15 00:24:59 +02:00
|
|
|
checksum = "3f2e7eea7c1d7beccbd5acc1e37ac844afccf176525674aad26ece3de1fc7733"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"flate2",
|
|
|
|
"hex",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-06-06 06:48:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quickcheck"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
|
|
|
|
dependencies = [
|
2021-09-12 10:37:14 +02:00
|
|
|
"env_logger 0.8.4",
|
2021-06-06 06:48:22 +02:00
|
|
|
"log",
|
2021-10-15 23:58:34 +02:00
|
|
|
"rand",
|
2021-06-06 06:48:22 +02:00
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-10-25 03:32:58 +02:00
|
|
|
version = "1.0.10"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 03:32:58 +02:00
|
|
|
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-06-06 06:48:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.8.4"
|
2021-06-06 06:48:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2021-06-06 06:48:22 +02:00
|
|
|
dependencies = [
|
2021-10-20 22:10:06 +02:00
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-10-15 23:58:34 +02:00
|
|
|
"rand_core",
|
2021-06-06 06:48:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.6.3"
|
2021-06-06 06:48:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-06-06 06:48:22 +02:00
|
|
|
dependencies = [
|
2021-10-15 23:58:34 +02:00
|
|
|
"getrandom",
|
2021-06-06 06:48:22 +02:00
|
|
|
]
|
|
|
|
|
2021-10-20 22:10:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2021-09-09 16:07:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rbpf"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c9c11162e7a92d2ede17ea2e5ef83025fd3e252638e43bf92294ea61791d1c4"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"combine",
|
|
|
|
"libc",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
2021-06-20 02:32:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "0.2.10"
|
2021-06-20 02:32:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-06-20 02:32:02 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2021-05-23 08:08:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
|
|
|
version = "1.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
|
2021-06-20 02:32:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-09-06 11:08:17 +02:00
|
|
|
version = "1.0.130"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-06 11:08:17 +02:00
|
|
|
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-09-06 11:08:17 +02:00
|
|
|
version = "1.0.130"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-06 11:08:17 +02:00
|
|
|
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-10-24 13:56:44 +02:00
|
|
|
version = "1.0.68"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 13:56:44 +02:00
|
|
|
checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-06-20 02:32:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serial_test"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0bccbcf40c8938196944a3da0e133e031a33f4d6b72db3bda3cc556e361905d"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"parking_lot",
|
|
|
|
"serial_test_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serial_test_derive"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2acd6defeddb41eb60bb468f8825d0cfd0c2a76bc03bfd235b6a1dc4f6a1ad5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-10-25 03:32:21 +02:00
|
|
|
version = "0.4.5"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 03:32:21 +02:00
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
2021-06-20 02:32:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-10-24 11:36:27 +02:00
|
|
|
version = "1.7.0"
|
2021-06-20 02:32:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 11:36:27 +02:00
|
|
|
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
|
2021-06-20 02:32:02 +02:00
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-10-27 11:56:20 +02:00
|
|
|
version = "1.0.81"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 11:56:20 +02:00
|
|
|
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-06-06 05:50:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "systemd"
|
2021-10-25 03:32:50 +02:00
|
|
|
version = "0.9.0"
|
2021-06-06 05:50:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-25 03:32:50 +02:00
|
|
|
checksum = "fe03808323f01aefb68591de263b994ffeb671af1fe040858dc820ed7b681996"
|
2021-06-06 05:50:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"cstr-argument",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"libsystemd-sys",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"utf8-cstr",
|
|
|
|
]
|
|
|
|
|
2021-10-24 02:56:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tabwriter"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36205cfc997faadcc4b0b87aaef3fbedafe20d38d4959a7ca6ff803564051111"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-10-20 22:10:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
|
|
|
version = "0.4.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c"
|
|
|
|
dependencies = [
|
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
|
|
|
]
|
|
|
|
|
2021-09-09 16:07:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-10-20 22:10:06 +02:00
|
|
|
name = "test_framework"
|
|
|
|
version = "0.1.0"
|
2021-09-09 16:07:06 +02:00
|
|
|
dependencies = [
|
2021-10-20 22:10:06 +02:00
|
|
|
"anyhow",
|
|
|
|
"crossbeam",
|
2021-09-09 16:07:06 +02:00
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2021-10-27 12:25:16 +02:00
|
|
|
version = "0.14.2"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 12:25:16 +02:00
|
|
|
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
|
2021-10-20 22:10:06 +02:00
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
2021-03-27 12:08:13 +01:00
|
|
|
|
2021-04-18 12:39:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-10-24 13:57:55 +02:00
|
|
|
version = "1.0.30"
|
2021-04-18 12:39:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 13:57:55 +02:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2021-04-18 12:39:09 +02:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-10-24 13:57:55 +02:00
|
|
|
version = "1.0.30"
|
2021-04-18 12:39:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 13:57:55 +02:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2021-04-18 12:39:09 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-06-06 06:48:22 +02:00
|
|
|
version = "0.1.43"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-06 06:48:22 +02:00
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2021-03-27 12:08:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-10-15 23:58:34 +02:00
|
|
|
"winapi",
|
2021-03-27 12:08:13 +01:00
|
|
|
]
|
|
|
|
|
2021-10-27 12:25:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-09-12 10:37:14 +02:00
|
|
|
version = "1.8.0"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 10:37:14 +02:00
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-10-24 13:59:00 +02:00
|
|
|
version = "0.1.9"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 13:59:00 +02:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-06-06 06:48:22 +02:00
|
|
|
version = "0.2.2"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-06 06:48:22 +02:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
2021-06-06 05:50:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-cstr"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55bcbb425141152b10d5693095950b51c3745d019363fc2929ffd8f61449b628"
|
|
|
|
|
2021-10-20 22:10:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-06-06 06:48:22 +02:00
|
|
|
version = "0.9.3"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-06 06:48:22 +02:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-06-06 06:48:22 +02:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2021-03-27 12:08:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-06 06:48:22 +02:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2021-03-27 12:08:13 +01:00
|
|
|
|
2021-10-20 22:10:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "4.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
2021-09-09 16:07:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
2021-10-15 23:58:34 +02:00
|
|
|
"winapi",
|
2021-09-09 16:07:06 +02:00
|
|
|
]
|
|
|
|
|
2021-03-27 12:08:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2021-10-20 22:10:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-10-24 02:56:43 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "youki"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
2021-11-01 12:38:43 +01:00
|
|
|
"env_logger 0.9.0",
|
2021-10-24 02:56:43 +02:00
|
|
|
"libcgroups",
|
|
|
|
"libcontainer",
|
|
|
|
"log",
|
2021-10-28 02:48:28 +02:00
|
|
|
"nix",
|
2021-10-26 01:48:32 +02:00
|
|
|
"oci-spec",
|
2021-10-24 02:56:43 +02:00
|
|
|
"once_cell",
|
|
|
|
"pentacle",
|
|
|
|
"procfs",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serial_test",
|
|
|
|
"tabwriter",
|
|
|
|
]
|