# 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 = "2021" name = "exacl" version = "0.12.0" authors = ["Bill Fisher "] description = "Manipulate file system access control lists (ACL) on macOS, Linux, and FreeBSD" documentation = "https://byllyfish.github.io/exacl" readme = "README.md" keywords = [ "acl", "access", "control", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/byllyfish/exacl" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [dependencies.bitflags] version = "2.4.2" [dependencies.log] version = "0.4.20" [dependencies.scopeguard] version = "1.2.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.uuid] version = "1.7.0" [dev-dependencies.clap] version = "4.4.18" features = ["derive"] [dev-dependencies.ctor] version = "0.2.6" [dev-dependencies.env_logger] version = "0.11.0" [dev-dependencies.serde_json] version = "1.0.111" [dev-dependencies.tempfile] version = "3.9.0" [build-dependencies.bindgen] version = "0.69.2" optional = true [features] buildtime_bindgen = ["bindgen"] default = []