# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "reno" version = "0.1.0" authors = ["Xiaoyang Liu "] description = "Implementation of the Open Container Initiative Runtime Specification" homepage = "https://github.com/xiaoyang-sde/reno" documentation = "https://docs.rs/reno" readme = "README.md" license = "MIT" repository = "https://github.com/xiaoyang-sde/reno" [profile.release] lto = "thin" [dependencies.anyhow] version = "1.0.66" [dependencies.caps] version = "0.5.5" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.nix] version = "0.25.0" [dependencies.oci-spec] version = "0.5.8" [dependencies.prctl] version = "1.0.0" [dependencies.procfs] version = "0.14.1" [dependencies.rlimit] version = "0.8.3" [dependencies.serde] version = "1.0.147" [dependencies.serde_json] version = "1.0.89"