# 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 = "nswrap" version = "0.1.0" authors = ["Nianqing Yao "] description = "A rust library that provide program interface of Linux container technology." readme = "README.md" license = "MPL-2.0" repository = "https://github.com/ImBearChild/nswrap" [dependencies.bitflags] version = "2.3.3" [dependencies.derive_builder] version = "0.12" [dependencies.getset] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.linux-raw-sys] version = "0.4.3" [dependencies.nix] version = "^0.26" features = ["mount"] [dependencies.rustix] version = "0.38" features = [ "process", "thread", "fs", "pipe", ] [dependencies.thiserror] version = "1.0" [dependencies.xdg] version = "^2.1"