exacl 0.13.0

Manipulate file system access control lists (ACL) on macOS, Linux, and FreeBSD
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 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 = "2024"
rust-version = "1.85"
name = "exacl"
version = "0.13.0"
authors = ["Bill Fisher <william.w.fisher@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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",
]

[features]
buildtime_bindgen = ["bindgen"]
default = []

[lib]
name = "exacl"
path = "src/lib.rs"

[[example]]
name = "exacl"
path = "examples/exacl.rs"

[[test]]
name = "test_api"
path = "tests/test_api.rs"

[[test]]
name = "test_examples"
path = "tests/test_examples.rs"

[dependencies.bitflags]
version = "2.11.1"

[dependencies.log]
version = "0.4.29"

[dependencies.scopeguard]
version = "1.2.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.uuid]
version = "1.23.1"

[dev-dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dev-dependencies.ctor]
version = "0.11.1"

[dev-dependencies.env_logger]
version = "0.11.10"

[dev-dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.tempfile]
version = "3.27.0"

[build-dependencies.bindgen]
version = "0.72.1"
optional = true