# 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 = "erdtree" version = "3.1.2" authors = ["Benjamin Nguyen "] exclude = [ "assets/*", "scripts/*", "example/*", ] description = """ erdtree (erd) is a cross-platform, multi-threaded, and general purpose filesystem and disk usage utility that is aware of .gitignore and hidden file rules. """ homepage = "https://github.com/solidiquis/erdtree" documentation = "https://github.com/solidiquis/erdtree" readme = "README.md" keywords = [ "tree", "find", "ls", "du", "commandline", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/solidiquis/erdtree" [[bin]] name = "erd" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.clap_complete] version = "4.1.1" [dependencies.config] version = "0.13.3" features = ["toml"] default-features = false [dependencies.crossterm] version = "0.26.1" [dependencies.ctrlc] version = "3.4.0" [dependencies.dirs] version = "5.0" [dependencies.errno] version = "0.3.1" [dependencies.filesize] version = "0.2.0" [dependencies.ignore] version = "0.4.2" [dependencies.indextree] version = "4.6.0" [dependencies.lscolors] version = "0.13.0" features = ["ansi_term"] [dependencies.once_cell] version = "1.17.0" [dependencies.regex] version = "1.7.3" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.indoc] version = "2.0.0" [dev-dependencies.strip-ansi-escapes] version = "0.1.1" [dev-dependencies.tempfile] version = "3.4.0" [target."cfg(unix)".dependencies.libc] version = "0.2.141" [target."cfg(windows)".dependencies.winapi] version = "0.3.9"