# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "caps" version = "0.5.5" authors = ["Luca Bruno "] exclude = [ ".gitignore", ".travis.yml", ] description = "A pure-Rust library to work with Linux capabilities" documentation = "https://docs.rs/caps" readme = "README.md" keywords = [ "Linux", "capabilities", "POSIX", "getcap", "setcap", ] license = "MIT/Apache-2.0" repository = "https://github.com/lucab/caps-rs" [package.metadata.release] publish = false push = false post-release-commit-message = "cargo: development version bump" pre-release-commit-message = "cargo: caps release {{version}}" sign-commit = true sign-tag = true tag-message = "caps {{version}}" [dependencies.libc] version = "^0.2" [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "^1.0" [dev-dependencies.serde_json] version = "^1.0" [features] serde_support = ["serde"]