jail 0.0.4

FreeBSD jail library
# 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 = "jail"
version = "0.0.4"
authors = ["Fabian Freyer <fabian.freyer@physik.tu-berlin.de>"]
description = "FreeBSD jail library"
documentation = "https://fubarnetes.github.io/libjail-rs/x86_64-unknown-freebsd/jail/index.html"
readme = "README.md"
keywords = ["freebsd", "jail", "container", "chroot"]
categories = ["os::unix-apis", "api-bindings"]
license = "BSD-3-Clause"
repository = "https://github.com/fubarnetes/libjail-rs"

[lib]
name = "jail"
path = "src/lib.rs"
[dependencies.bitflags]
version = "^1"

[dependencies.byteorder]
version = "^1.2.3"

[dependencies.failure]
version = "~0.1.1"

[dependencies.libc]
version = "~0.2.41"

[dependencies.nix]
version = "^0.11.0"

[dependencies.sysctl]
version = "~0.2.0"
[dev-dependencies.prettytable-rs]
version = "0.7.0"
[badges.is-it-maintained-issue-resolution]
repository = "fubarnetes/libjail-rs"

[badges.is-it-maintained-open-issues]
repository = "fubarnetes/libjail-rs"

[badges.maintenance]
status = "experimental"

[badges.travis-ci]
branch = "master"
repository = "fubarnetes/libjail-rs"