# 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 = "runc" version = "0.2.0" authors = ["Yuna Tomida ", "The containerd Authors"] description = "A crate for consuming the runc binary in your Rust applications" homepage = "https://containerd.io" keywords = ["containerd", "containers", "runc"] license = "Apache-2.0" repository = "https://github.com/containerd/rust-extensions" [dependencies.async-trait] version = "0.1.52" optional = true [dependencies.futures] version = "0.3.19" optional = true [dependencies.libc] version = "0.2.112" [dependencies.log] version = "0.4.14" [dependencies.nix] version = "0.23.1" [dependencies.oci-spec] version = "0.5.4" [dependencies.os_pipe] version = "1.0.0" [dependencies.path-absolutize] version = "3.0.11" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.74" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.30" [dependencies.time] version = "0.3.7" features = ["serde", "std"] [dependencies.tokio] version = "1.15.0" features = ["full"] optional = true [dependencies.tokio-pipe] version = "0.2.10" optional = true [dependencies.uuid] version = "0.8.2" features = ["v4"] [features] async = ["tokio", "async-trait", "futures", "tokio-pipe"]