# 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 = "chmod-bpf" version = "0.4.0" authors = ["shellrow "] description = "Managing BPF device permissions on macOS" homepage = "https://github.com/shellrow/chmod-bpf" documentation = "https://github.com/shellrow/chmod-bpf" readme = "README.md" license = "MIT" repository = "https://github.com/shellrow/chmod-bpf" [profile.dist] lto = "thin" inherits = "release" [dependencies.anstream] version = "0.6" [dependencies.anstyle] version = "1.0" [dependencies.clap] version = "4.4" features = ["cargo"] [dependencies.env_logger] version = "0.11" [dependencies.glob] version = "0.3" [dependencies.inquire] version = "0.6" [dependencies.log] version = "0.4" [dependencies.privilege] version = "0.3" [dependencies.termtree] version = "0.5" [dependencies.uzers] version = "0.11"