# 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 = "tree-owners" version = "1.0.5" authors = ["Adrian Wannenmacher "] description = "Find all owners (user and group) inside a directory tree." readme = "README.md" keywords = [ "cli", "linux", "file", ] categories = [ "command-line-utilities", "filesystem", ] license = "EUPL-1.2" repository = "https://github.com/TeFiLeDo/tree-owners" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.3" features = [ "derive", "cargo", "wrap_help", ] [dependencies.file-owner] version = "0.1.2" [dependencies.human-panic] version = "1.2.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [build-dependencies.anyhow] version = "1.0.81" [build-dependencies.clap] version = "4.5.3" features = [ "derive", "cargo", "wrap_help", ] [build-dependencies.clap_complete] version = "4.5.1"