1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-24 07:37:45 +02:00
youki/Cargo.lock

1360 lines
32 KiB
Plaintext
Raw Normal View History

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"
version = "1.0.51"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203"
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"
version = "1.3.2"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
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"
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"
version = "1.0.72"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
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"
version = "3.0.0-beta.5"
2021-09-09 16:07:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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",
"strsim",
"termcolor",
"textwrap",
"unicase",
2021-03-27 12:08:13 +01:00
]
[[package]]
name = "clap_derive"
version = "3.0.0-beta.5"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b15c6b4f786ffb6192ffe65a36855bc1fc2444bcd0945ae16748dcd6ed7d0d3"
2021-03-27 12:08:13 +01:00
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2021-12-05 14:39:08 +01:00
[[package]]
name = "clap_generate"
version = "3.0.0-beta.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "097ab5db1c3417442270cd57c8dd39f6c3114d3ce09d595f9efddbb1fcfaa799"
dependencies = [
"clap",
]
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",
]
[[package]]
2021-03-27 12:08:13 +01:00
name = "crc32fast"
version = "1.3.0"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836"
2021-03-27 12:08:13 +01:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845"
dependencies = [
"cfg-if",
"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 = [
"cfg-if",
2021-10-15 23:58:34 +02:00
"crossbeam-utils",
2021-08-04 02:55:10 +02:00
]
[[package]]
name = "crossbeam-deque"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
dependencies = [
"cfg-if",
"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 = [
"cfg-if",
"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 = [
"cfg-if",
"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 = [
"cfg-if",
2021-08-04 02:55:10 +02:00
"lazy_static",
]
[[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",
"strsim",
"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",
]
[[package]]
name = "dbus"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de0a745c25b32caa56b82a3950f5fec7893a960f4c10ca3b02060b0c38d8c2ce"
dependencies = [
"libc",
"libdbus-sys",
2021-10-15 23:58:34 +02:00
"winapi",
2021-03-27 12:08:13 +01: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",
]
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "env_logger"
2021-09-12 10:37:14 +02:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-12 10:37:14 +02:00
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
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"
version = "0.2.8"
2021-04-18 12:39:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.1.2"
2021-04-18 12:39:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
2021-04-18 12:39:09 +02:00
dependencies = [
"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",
]
[[package]]
name = "filetime"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"winapi",
]
2021-10-31 21:32:50 +01:00
[[package]]
name = "fixedbitset"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e"
2021-03-27 12:08:13 +01:00
[[package]]
name = "flate2"
version = "1.0.22"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
2021-03-27 12:08:13 +01:00
dependencies = [
"cfg-if",
2021-03-27 12:08:13 +01:00
"crc32fast",
"libc",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2021-03-27 12:08:13 +01:00
[[package]]
name = "futures"
version = "0.3.18"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e"
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"
version = "0.3.18"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc8cd39e3dbf865f7340dce6a2d401d24fd37c6fe6c4f0ee0de8bfca2252d27"
2021-03-27 12:08:13 +01:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.18"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445"
2021-03-27 12:08:13 +01:00
[[package]]
name = "futures-executor"
version = "0.3.18"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b808bf53348a36cab739d7e04755909b9fcaaa69b7d7e588b37b6ec62704c97"
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"
version = "0.3.18"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e481354db6b5c353246ccf6a728b0c5511d752c08da7260546fc0933869daa11"
2021-03-27 12:08:13 +01:00
[[package]]
name = "futures-macro"
version = "0.3.18"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a89f17b21645bc4ed773c69af9c9a0effd4a3f1a3876eadd453469f8854e7fdd"
2021-03-27 12:08:13 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.18"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "996c6442437b62d21a32cd9906f9c41e7dc1e19a9579843fad948696769305af"
2021-03-27 12:08:13 +01:00
[[package]]
name = "futures-task"
version = "0.3.18"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dabf1872aaab32c886832f2276d2f5399887e2bd613698a02359e4ea83f8de12"
2021-03-27 12:08:13 +01:00
[[package]]
name = "futures-util"
version = "0.3.18"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e"
2021-03-27 12:08:13 +01:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "getrandom"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
dependencies = [
"cfg-if",
"libc",
2021-10-15 23:58:34 +02:00
"wasi",
]
[[package]]
name = "getset"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9"
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"
version = "0.3.3"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
[[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",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "integration_test"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"clap_derive",
"flate2",
"libcontainer",
"nix",
"num_cpus",
2021-11-12 07:49:47 +01:00
"oci-spec 0.5.2 (git+https://github.com/containers/oci-spec-rs?rev=54c5e386f01ab37c9305cc4a83404eb157e42440)",
"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"
version = "0.6.0-1"
2021-09-09 16:07:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2cd400737426f2a92b5b41071a0a63c9b493b7c67ff3e428967fded73af0668"
2021-09-09 16:07:06 +02:00
dependencies = [
"cc",
"pkg-config",
]
2021-03-27 12:08:13 +01:00
[[package]]
name = "libc"
version = "0.2.109"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01"
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",
2021-10-31 21:32:50 +01:00
"fixedbitset",
2021-10-21 15:57:27 +02:00
"libbpf-sys",
"libc",
"log",
"nix",
2021-11-12 07:49:47 +01:00
"oci-spec 0.5.2 (git+https://github.com/containers/oci-spec-rs?rev=54c5e386f01ab37c9305cc4a83404eb157e42440)",
2021-10-21 15:57:27 +02:00
"procfs",
"quickcheck",
"rbpf",
"serde",
"serde_json",
]
[[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",
"log",
"mio",
"nix",
2021-11-12 07:49:47 +01:00
"oci-spec 0.5.2 (git+https://github.com/containers/oci-spec-rs?rev=54c5e386f01ab37c9305cc4a83404eb157e42440)",
"path-clean",
"prctl",
"procfs",
"quickcheck",
"serde",
"serde_json",
"serial_test",
]
[[package]]
name = "libdbus-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c185b5b7ad900923ef3a8ff594083d4d9b5aea80bb4f32b8342363138c0d456b"
dependencies = [
"pkg-config",
]
[[package]]
name = "liboci-cli"
version = "0.0.1"
dependencies = [
"clap",
]
2021-10-21 15:57:27 +02:00
[[package]]
name = "libseccomp"
version = "0.1.0"
dependencies = [
"libc",
"pkg-config",
]
[[package]]
name = "lock_api"
2021-09-12 10:37:14 +02:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-12 10:37:14 +02:00
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
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 = [
"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
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
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"
version = "0.8.0"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
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"
version = "0.3.7"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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
]
[[package]]
name = "nix"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f305c2c2e4c39a82f7bf0bf65fb557f9070ce06781d4f2454295cc34b1c43188"
dependencies = [
"bitflags",
"cc",
"cfg-if",
"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]]
name = "oci-spec"
version = "0.5.2"
2021-11-12 07:49:47 +01:00
source = "git+https://github.com/containers/oci-spec-rs?rev=54c5e386f01ab37c9305cc4a83404eb157e42440#54c5e386f01ab37c9305cc4a83404eb157e42440"
2021-05-28 02:53:19 +02:00
dependencies = [
"derive_builder",
"getset",
"quickcheck",
2021-05-28 02:53:19 +02:00
"serde",
"serde_json",
"thiserror",
2021-05-28 02:53:19 +02:00
]
2021-11-12 07:49:47 +01:00
[[package]]
name = "oci-spec"
version = "0.5.2"
source = "git+https://github.com/containers/oci-spec-rs?rev=d6fb1e91742313cd0d0085937e2d6df5d4669720#d6fb1e91742313cd0d0085937e2d6df5d4669720"
dependencies = [
"derive_builder",
"getset",
"serde",
"serde_json",
"thiserror",
]
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"
version = "4.2.0"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "addaa943333a514159c80c97ff4a93306530d965d27e139188283cd13e06a799"
dependencies = [
"memchr",
]
2021-03-27 12:08:13 +01:00
[[package]]
name = "parking_lot"
2021-09-12 10:37:14 +02:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-12 10:37:14 +02:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2021-09-12 10:37:14 +02:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-12 10:37:14 +02:00
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
dependencies = [
"cfg-if",
"instant",
"libc",
"redox_syscall",
"smallvec",
2021-10-15 23:58:34 +02:00
"winapi",
]
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"
[[package]]
name = "pkg-config"
version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1a3ea4f0dd7f1f3e512cf97bf100819aa547f36a6eccac8dbaae839eb92363e"
[[package]]
name = "ppv-lite86"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
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",
"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-macro2"
version = "1.0.33"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb37d2df5df740e582f28f8560cf425f52bb267d872fe58358eadb554909f07a"
2021-03-27 12:08:13 +01:00
dependencies = [
"unicode-xid",
]
[[package]]
name = "procfs"
version = "0.11.1"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7718b88dae7b9b9be183ee274b10554b9aded035539230245275d7bc543fc0a4"
2021-03-27 12:08:13 +01:00
dependencies = [
"bitflags",
"byteorder",
"chrono",
"flate2",
"hex",
"lazy_static",
"libc",
]
[[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",
"log",
2021-10-15 23:58:34 +02:00
"rand",
]
2021-03-27 12:08:13 +01:00
[[package]]
name = "quote"
version = "1.0.10"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
2021-03-27 12:08:13 +01:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
2021-09-12 10:37:14 +02:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-12 10:37:14 +02:00
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [
"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",
]
[[package]]
name = "rand_core"
2021-09-12 10:37:14 +02:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-12 10:37:14 +02:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
2021-10-15 23:58:34 +02:00
"getrandom",
]
[[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",
]
[[package]]
name = "redox_syscall"
2021-09-12 10:37:14 +02:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-12 10:37:14 +02:00
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
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.6"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c9613b5a66ab9ba26415184cfc41156594925a9cf3a2057e57f31ff145f6568"
2021-03-27 12:08:13 +01: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"
version = "1.0.130"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
2021-03-27 12:08:13 +01:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.130"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
2021-03-27 12:08:13 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.72"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527"
2021-03-27 12:08:13 +01:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[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"
version = "0.4.5"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
2021-03-27 12:08:13 +01:00
[[package]]
name = "smallvec"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
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"
version = "1.0.82"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
2021-03-27 12:08:13 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
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",
]
[[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]]
name = "test_framework"
version = "0.1.0"
2021-09-09 16:07:06 +02:00
dependencies = [
"anyhow",
"crossbeam",
2021-09-09 16:07:06 +02:00
]
2021-03-27 12:08:13 +01:00
[[package]]
name = "textwrap"
version = "0.14.2"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
dependencies = [
"unicode-width",
]
2021-03-27 12:08:13 +01:00
2021-04-18 12:39:09 +02:00
[[package]]
name = "thiserror"
version = "1.0.30"
2021-04-18 12:39:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
2021-04-18 12:39:09 +02:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.30"
2021-04-18 12:39:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.1.43"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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
]
[[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"
version = "0.1.9"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2021-03-27 12:08:13 +01:00
[[package]]
name = "unicode-xid"
version = "0.2.2"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2021-03-27 12:08:13 +01: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"
version = "0.9.3"
2021-03-27 12:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2021-03-27 12:08:13 +01:00
[[package]]
name = "wasi"
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"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2021-03-27 12:08:13 +01: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"
[[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-12-05 14:39:08 +01:00
"clap_generate",
2021-10-24 02:56:43 +02:00
"libcgroups",
"libcontainer",
"liboci-cli",
2021-10-24 02:56:43 +02:00
"log",
"nix",
2021-11-12 07:49:47 +01:00
"oci-spec 0.5.2 (git+https://github.com/containers/oci-spec-rs?rev=d6fb1e91742313cd0d0085937e2d6df5d4669720)",
2021-10-24 02:56:43 +02:00
"once_cell",
"pentacle",
"procfs",
"serde",
"serde_json",
"serial_test",
"tabwriter",
]