# 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 = "sbox" version = "0.2.1" description = "Tiny Linux containers implementation" readme = "README.md" keywords = [ "sandbox", "linux", ] categories = ["virtualization"] license = "MIT OR Apache-2.0" repository = "https://github.com/udovin/sbox" [dependencies.nix] version = "0.29.0" features = [ "signal", "user", "hostname", "fs", "mount", "sched", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tar] version = "0.4.40"