lithos 0.17.5

A containerization framework for linux
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "lithos"
version = "0.17.5"
authors = ["Paul Colomiets <paul@colomiets.name>"]
description = "A containerization framework for linux"
homepage = "http://github.com/tailhook/lithos"
readme = "README.md"
keywords = ["linux", "namespaces", "containers"]
categories = ["command-line-utilities", "os::unix-apis"]
license = "MIT/Apache-2.0"
[profile.release]
debug = true

[[bin]]
name = "lithos_tree"
path = "src/bin/lithos_tree.rs"

[[bin]]
name = "lithos_knot"
path = "src/bin/lithos_knot/main.rs"

[[bin]]
name = "lithos_cmd"
path = "src/bin/lithos_cmd.rs"

[[bin]]
name = "lithos_check"
path = "src/bin/lithos_check.rs"

[[bin]]
name = "lithos_clean"
path = "src/bin/lithos_clean.rs"

[[bin]]
name = "lithos_switch"
path = "src/bin/lithos_switch.rs"

[[bin]]
name = "lithos_ps"
path = "src/bin/lithos_ps/main.rs"

[[bin]]
name = "lithos_crypt"
path = "src/bin/lithos_crypt.rs"
[dependencies.argparse]
version = "0.2.1"

[dependencies.base64]
version = "0.9.0"

[dependencies.blake2]
version = "0.7.0"

[dependencies.env_logger]
version = "0.5.4"

[dependencies.failure]
version = "0.1.0"

[dependencies.fern]
version = "0.4"

[dependencies.humantime]
version = "1.1.0"

[dependencies.ipnetwork]
version = "0.12.7"

[dependencies.lazy_static]
version = "1.0.0"

[dependencies.libc]
version = "0.2.21"

[dependencies.libcantal]
version = "0.3.0"

[dependencies.libmount]
version = "0.1.2"

[dependencies.log]
version = "0.3"

[dependencies.matches]
version = "0.1.4"

[dependencies.nix]
version = "0.9.0"

[dependencies.quire]
version = "0.3.1"

[dependencies.rand]
version = "0.4.2"

[dependencies.regex]
version = "0.2.1"

[dependencies.rust-crypto]
version = "0.2.36"

[dependencies.scan_dir]
version = "0.3.3"

[dependencies.serde]
version = "1.0.0"

[dependencies.serde_derive]
version = "1.0.0"

[dependencies.serde_json]
version = "1.0.0"

[dependencies.serde_str]
version = "0.1.0"

[dependencies.sha2]
version = "0.7.0"

[dependencies.signal]
version = "0.4.1"

[dependencies.ssh-keys]
version = "0.1.1"

[dependencies.structopt]
version = "0.2.6"

[dependencies.syslog]
version = "3.1.0"

[dependencies.unshare]
version = "0.2.0"