# 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 = "ledger-utils" version = "0.6.0" authors = ["Marek Gibek "] description = "Ledger-cli (https://www.ledger-cli.org/) file processing Rust library, useful for calculating balances, creating reports etc." documentation = "https://docs.rs/ledger-utils" readme = "README.md" keywords = [ "ledger", "ledger-cli", "reports", "accounting", "finance", ] categories = ["parser-implementations"] license = "Unlicense" repository = "https://github.com/marek-g/rust-ledger-utils" [dependencies.chrono] version = "0.4" [dependencies.ledger-parser] version = "6" [dependencies.rust_decimal] version = "1"