# 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 = "cmd-wrapped" version = "0.4.1" authors = ["YiNNx "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool to view Unix shell history statistics, with support for zsh, bash, fish, and atuin." readme = "README.md" keywords = [ "commandline", "shell", "zsh", "fish", "atuin", ] license = "MIT" repository = "https://github.com/YiNNx/cmd-wrapped" [[bin]] name = "cmd-wrapped" path = "src/main.rs" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.11" features = ["cargo"] [dependencies.colored] version = "2.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-traits] version = "0.2.17" [dependencies.regex] version = "1.5" [dependencies.strum] version = "0.26.2" features = ["derive"]