# 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-parser" version = "7.0.0" authors = ["Marek Gibek "] description = "Rust library for parsing ledger cli (https://www.ledger-cli.org/) input files." documentation = "https://docs.rs/ledger-parser" readme = "README.md" keywords = [ "parser", "ledger", "ledger-cli", ] categories = ["parser-implementations"] license = "Unlicense" repository = "https://github.com/marek-g/rust-ledger-parser" [dependencies.chrono] version = "0.4" [dependencies.nom] version = "7" [dependencies.ordered-float] version = "4" [dependencies.rust_decimal] version = "1"