# 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" rust-version = "1.60.0" name = "posix-acl" version = "1.2.0" authors = ["Marti Raudsepp "] description = "Simple library to interact with POSIX filesystem ACLs" homepage = "https://github.com/intgr/posix-acl" readme = "README.md" keywords = [ "acl", "filesystem", "posix", "unix", "security", ] categories = [ "os::unix-apis", "filesystem", "api-bindings", ] license = "MIT" repository = "https://github.com/intgr/posix-acl" [dependencies.acl-sys] version = "1.2.2" [dependencies.libc] version = "0.2.132" [dev-dependencies.tempfile] version = "3.8.1"