# 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 = "privsep" version = "0.0.2" authors = ["Reyk Floeter "] description = "Privilege Separation for Rust" readme = "README.md" keywords = ["fd", "passing", "privsep", "sandbox", "imsg"] categories = ["os", "os::unix-apis"] license = "ISC" repository = "https://github.com/reyk/privsep-rs" [[example]] name = "simple" [dependencies.arrayvec] version = "0.7.0" [dependencies.async-trait] version = "0.1.48" [dependencies.bincode] version = "1.3.2" [dependencies.bytes] version = "1.0.1" [dependencies.cfg-if] version = "1.0.0" [dependencies.close_fds] version = "0.3.1" [dependencies.derive_more] version = "0.99" [dependencies.libc] version = "0.2.90" [dependencies.nix] version = "0.22.1" [dependencies.parking_lot] version = "0.11.1" [dependencies.privsep-derive] version = "0.0.1" [dependencies.privsep-log] version = "0.0.1" optional = true [dependencies.serde] version = "1.0.124" [dependencies.serde_derive] version = "1.0.124" [dependencies.tokio] version = "1.4.0" features = ["net", "time", "rt-multi-thread", "macros", "io-util", "signal"] [dependencies.zerocopy] version = "0.6.0" [dev-dependencies.privsep-log] version = "0.0.1" [features] default = [] log = ["privsep-log"]