# 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" rust-version = "1.70.0" name = "acl" version = "0.0.1" authors = ["uutils developers"] build = "build.rs" default-run = "acl" description = "acl ~ GNU acl; implemented as universal (cross-platform) utils, written in Rust" homepage = "https://github.com/uutils/acl" readme = "README.md" keywords = [ "acl", "uutils", "cross-platform", "cli", "utility", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/uutils/acl" [profile.release] lto = true [profile.release-fast] panic = "abort" inherits = "release" [profile.release-small] opt-level = "z" panic = "abort" inherits = "release" strip = true [[bin]] name = "acl" path = "src/bin/acl.rs" [[bin]] name = "uudoc" path = "src/bin/uudoc.rs" required-features = ["uudoc"] [dependencies.chacl] version = "0.0.1" optional = true package = "uu_chacl" [dependencies.clap] version = "4.4" features = [ "wrap_help", "cargo", ] [dependencies.clap_complete] version = "4.4" [dependencies.clap_mangen] version = "0.2.20" [dependencies.getfacl] version = "0.0.1" optional = true package = "uu_getfacl" [dependencies.phf] version = "0.11.2" [dependencies.setfacl] version = "0.0.1" optional = true package = "uu_setfacl" [dependencies.textwrap] version = "0.16.1" features = ["terminal_size"] [dependencies.users] version = "0.11" [dependencies.uucore] version = "0.0.24" [dependencies.xattr] version = "1.3.1" [dev-dependencies.libc] version = "0.2.153" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.regex] version = "1.10.3" [dev-dependencies.tempfile] version = "3.10.0" [dev-dependencies.uucore] version = "0.0.24" features = [ "entries", "process", "signals", ] [build-dependencies.phf_codegen] version = "0.11.2" [features] default = ["feat_common_core"] feat_common_core = [ "chacl", "getfacl", "setfacl", ] uudoc = [] [target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dev-dependencies.procfs] version = "0.16" default-features = false [target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dev-dependencies.rlimit] version = "0.10.1" [target."cfg(unix)".dev-dependencies.xattr] version = "1.3.1"