# 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 = "pledger" version = "0.9.2-rc.1" authors = ["William Woodruff "] description = "A small personal expense ledger" homepage = "https://github.com/woodruffw/pledger" readme = "README.md" license-file = "LICENSE" [package.metadata.release] publish = false push = true [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = ["env"] [dependencies.env_logger] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"