# 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" rust-version = "1.76.0" name = "okane-core" version = "0.13.0" authors = ["xkikeg"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library to support parsing, emitting and processing Ledger (https://www.ledger-cli.org/) format files." readme = "README.md" license = "MIT" repository = "https://github.com/xkikeg/okane" [lib] name = "okane_core" path = "src/lib.rs" [[bench]] name = "decimal_bench" path = "benches/decimal_bench.rs" harness = false [[bench]] name = "report_bench" path = "benches/report_bench.rs" harness = false [dependencies.annotate-snippets] version = "0.11" [dependencies.bounded-static] version = "0.8" features = [ "derive", "alloc", "chrono", ] default-features = false [dependencies.bumpalo] version = "3.16" features = [ "collections", "boxed", ] [dependencies.chrono] version = "0.4.38" [dependencies.derive-where] version = "1.2" [dependencies.log] version = "0.4" [dependencies.rust_decimal] version = "1.36" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.unicode-width] version = "0.2" [dependencies.winnow] version = "0.6.18" [dev-dependencies.annotate-snippets] version = "0.11" features = ["testing-colors"] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.ctor] version = "0.2.8" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.indoc] version = "2.0" [dev-dependencies.maplit] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rust_decimal_macros] version = "1.36"