# 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 = "petbox" version = "0.1.0" description = """ a lightweight unprivliged namespace container tool """ homepage = "https://github.com/ImBearChild/petbox" documentation = "https://docs.rs/petbox" keywords = [ "linux", "container", "namespace", "docker", "process", ] categories = ["os::unix-apis"] license = "MPL-2.0" resolver = "1" [lib] name = "petbox" path = "src/lib.rs" [[bin]] name = "petbox" path = "src/bin/petbox.rs" [dependencies.clap] version = "4.3" features = [ "unicode", "derive", ] [dependencies.env_logger] version = "0.10" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "^0.26" features = ["user"] [dependencies.thiserror] version = "1.0" [dependencies.unshare_petbox] version = "0.7" [dependencies.xdg] version = "^2.1"