# 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 = "2018" name = "unshare_petbox" version = "0.7.1" authors = [ "imbearchild@outlook.com", "paul@colomiets.name", ] description = """ The low-level interface for linux namespaces (containers), for using with petbox """ homepage = "https://github.com/ImBearChild/petbox" documentation = "https://docs.rs/unshare-petbox" readme = "README.md" keywords = [ "linux", "container", "namespace", "docker", "process", ] categories = ["os::unix-apis"] license = "MPL-2.0" [lib] name = "unshare_petbox" path = "src/lib.rs" [dependencies.libc] version = "0.2.93" [dependencies.nix] version = "0.20" [dev-dependencies.argparse] version = "0.2.2" [dev-dependencies.rand] version = "0.8.3"