# 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 = "abacus-rs" version = "0.2.2" authors = ["Federico Carles"] description = "A simplified plain text cli accounting tool." documentation = "https://docs.rs/crate/abacus-rs/0.2.0" readme = "README.md" license = "GPL-3.0-or-later" license-file = "LICENCE.md" repository = "https://github.com/fedecarles/abacus-rs" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.csv] version = "1.2.2" [dependencies.itertools] version = "0.12.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.toml] version = "0.8.0"