# 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 = "fts_depends" version = "0.0.2" authors = ["Forrest Smith "] description = """ CLI to recursively query binary dependencies . """ homepage = "https://github.com/forrestthewoods/fts_depends" documentation = "https://github.com/forrestthewoods/fts_depends" readme = "readme.md" keywords = [ "gitignore", "ignore", ] categories = ["command-line-utilities"] license = "Unlicense OR MIT" repository = "https://github.com/forrestthewoods/fts_depends" [profile.release] lto = false codegen-units = 16 [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0.15" features = ["derive"] [dependencies.prettytable-rs] version = "0.9.0" [dependencies.ptree] version = "0.4.0" [dependencies.thiserror] version = "1.0.37" [dependencies.walkdir] version = "2.3.2" [dependencies.which] version = "4.3.0"