caps 0.3.1

A pure-Rust library to work with Linux capabilities
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 = "caps"
version = "0.3.1"
authors = ["Luca Bruno <lucab@debian.org>"]
exclude = [".gitignore", ".travis.yml"]
description = "A pure-Rust library to work with Linux capabilities"
documentation = "https://docs.rs/caps"
keywords = ["Linux", "capabilities", "POSIX", "getcap", "setcap"]
license = "MIT/Apache-2.0"
repository = "https://github.com/lucab/caps-rs"
[package.metadata.release]
disable-publish = true
disable-push = true
pre-release-commit-message = "cargo: caps release {{version}}"
pro-release-commit-message = "cargo: version bump to {{version}}"
sign-commit = true
tag-message = "caps {{version}}"
upload-doc = false
[dependencies.errno]
version = "0.2"

[dependencies.error-chain]
version = "0.12"
default-features = false

[dependencies.libc]
version = "0.2"