lithos 0.14.0

A containerization framework for linux
Documentation
[package]

name = "lithos"
description = "A containerization framework for linux"
license = "MIT"
readme = "README.rst"
keywords = ["linux", "namespaces", "containers"]
homepage = "http://github.com/tailhook/lithos"
version = "0.14.0"
authors = ["paul@colomiets.name"]

[dependencies]
regex = "0.2.1"
libc = "0.2.21"
argparse = "0.2.1"
quire = "0.3.1"
fern = "0.4.3"
time = "0.1"
log = "0.3"
env_logger = "0.4.2"
nix = "0.9.0"
unshare = "0.2.0"
signal = "0.4.1"
syslog = "3.1.0"
scan_dir = "0.3.3"
libmount = "0.1.2"
lazy_static = "1.0.0"
serde = "1.0.0"
serde_derive = "1.0.0"
serde_json = "1.0.0"
matches = "0.1.4"
humantime = "1.0.0"
libcantal = "0.3.0"

[profile.release]
debug = true

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

[[bin]]
name = "lithos_knot"
path = "src/bin/lithos_knot.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.rs"