# 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 = "ctv" version = "0.3.3" authors = ["Angelina Tsuboi "] include = ["/src", "README.md", "contributing.md", "Cargo.toml", "media"] description = "A highly configurable tree file view visualizer CLI tool" homepage = "https://github.com/angelina-tsuboi/ctv" readme = "README.md" keywords = ["cli", "treeview", "tree", "visualizer", "file"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/angelina-tsuboi/ctv" [dependencies.anyhow] version = "1.0.53" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "4.0.0" [dependencies.figment] version = "0.10.6" features = ["toml", "env"] [dependencies.filetime] version = "0.2" [dependencies.humansize] version = "1.1.1" [dependencies.libc] version = "0.2.95" [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.toml] version = "0.5.8" [dependencies.users] version = "0.11.0"