# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "containerd-runc-shim" version = "0.1.1" authors = ["Shaobao Feng ", "Tianyang Zhang ", "The containerd Authors"] description = "Rust implementation of containerd's runc v2 shim runtime" homepage = "https://containerd.io" keywords = ["containerd", "shim", "containers"] license = "Apache-2.0" repository = "https://github.com/containerd/rust-extensions" [[bin]] name = "containerd-shim-runc-v2-rs" path = "src/main.rs" [dependencies.async-trait] version = "0.1.51" optional = true [dependencies.containerd-shim] version = "0.3.0" [dependencies.crossbeam] version = "0.8.1" [dependencies.futures] version = "0.3.21" optional = true [dependencies.libc] version = "0.2.95" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.23.1" [dependencies.oci-spec] version = "0.5.4" [dependencies.runc] version = "0.2.0" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.74" [dependencies.time] version = "0.3.7" features = ["serde", "std"] [dependencies.tokio] version = "1.17.0" features = ["full"] optional = true [features] async = ["containerd-shim/async", "runc/async", "tokio", "futures", "async-trait"] [target."cfg(target_os = \"linux\")".dependencies.cgroups-rs] version = "0.2.9"