[package] name = "namespaces-rs" version = "0.1.1" authors = ["zhanglei "] edition = "2018" license = "MIT OR Apache-2.0" description = "A wrapper of linux namespaces." repository = "https://github.com/ZhangLei-cn/namespaces-rs" [lib] name = "namespaces" path = "src/lib.rs" doc = true [dependencies] libc = "0.2" anyhow = "1.0" regex = "1" nix = "0.18.0" ipc-channel = "0.14.1" serde = "1" serde_json = "1"