# 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 = "tally-cli" version = "0.1.4" authors = ["Dylan Uhryniuk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI for managing counters in the terminal" documentation = "https://docs.rs/tally" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/uhryniuk/tally" [[bin]] name = "tally" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" features = ["backtrace"] [dependencies.clap] version = "4.5.18" features = [ "derive", "env", ] [dependencies.dirs] version = "5.0.1" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.regex] version = "1.11.0" [dependencies.sqlite] version = "0.36.1"