# 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 = "2018" name = "tre-command" version = "0.4.0" authors = ["Daniel Duan "] exclude = [ "/.github/*", "alias_demo.gif", "flake.nix", "flake.lock", "scripts/*", "fixtures/*", ] description = "Tree command, improved." homepage = "https://github.com/dduan/tre" documentation = "https://github.com/dduan/tre/blob/master/README.md" readme = "README.md" keywords = [ "cli", "tool", "filesystem", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dduan/tre" [[bin]] name = "tre" path = "src/main.rs" [dependencies.atty] version = "0.2" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.getopts] version = "0.2" [dependencies.indexmap] version = "1.9.0" [dependencies.lscolors] version = "0.7.1" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.slab] version = "0.4.2" [dependencies.termcolor] version = "1" [dependencies.walkdir] version = "2" [dev-dependencies.assert_cmd] version = "2.0" [build-dependencies.clap] version = "3.1.8" features = ["cargo"] [build-dependencies.clap_complete] version = "3.1"