# 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 = "lumi" version = "0.2.0" authors = ["Lencerf "] description = "A library for processing text-based ledger files." homepage = "https://github.com/Lencerf/lumi" documentation = "https://docs.rs/lumi" readme = "README.md" license = "MIT" repository = "https://github.com/Lencerf/lumi" resolver = "1" [lib] name = "lumi" path = "src/lib.rs" [[bench]] name = "parse_bench" harness = false [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.getset] version = "0.1.2" [dependencies.logos] version = "0.12.1" [dependencies.num_cpus] version = "1.15.0" [dependencies.rust_decimal] version = "1.29.1" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] optional = true [dev-dependencies.criterion] version = "0.5"