1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-10 09:36:13 +02:00
youki/tests/rust-integration-tests/integration_test/Cargo.toml

35 lines
813 B
INI
Raw Normal View History

2021-07-15 21:55:46 +02:00
[package]
name = "integration_test"
2021-07-15 21:55:46 +02:00
version = "0.1.0"
2021-10-23 04:47:48 +02:00
edition = "2021"
2021-07-15 21:55:46 +02:00
2021-12-05 21:58:21 +01:00
[dependencies]
anyhow = "1.0"
chrono = { version="0.4" }
flate2 = "1.0"
2022-01-31 09:08:50 +01:00
libcgroups = { path = "../../../crates/libcgroups" }
libcontainer = { path = "../../../crates/libcontainer" }
2021-12-05 21:58:21 +01:00
log = { version = "0.4", features = ["std"] }
nix = "0.25.0"
num_cpus = "1.15"
oci-spec = "0.6.0"
once_cell = "1.17.0"
pnet_datalink = "0.31.0"
procfs = "0.14.2"
rand = "0.8.5"
2021-12-05 21:58:21 +01:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tar = "0.4"
test_framework = { path = "../test_framework" }
uuid = "1.3"
which = "4.4.0"
2021-12-05 21:58:21 +01:00
[dependencies.clap]
version = "4.0.32"
default-features = false
features = ["std", "suggestions", "derive", "cargo", "help", "usage", "error-context"]
[dependencies.clap_derive]
version = "4.0.21"
default-features = true