okane-core 0.18.0

Library to support parsing, emitting and processing Ledger (https://www.ledger-cli.org/) format files.
Documentation
# 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 = "2024"
rust-version = "1.86.0"
name = "okane-core"
version = "0.18.0"
authors = ["kikeg"]
build = "build.rs"
autolib = 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"
resolver = "2"

[lib]
name = "okane_core"
path = "src/lib.rs"

[[test]]
name = "report_error"
path = "tests/report_error.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.12.10"

[dependencies.bounded-static]
version = "0.8"
features = [
    "derive",
    "alloc",
    "chrono",
]
default-features = false

[dependencies.bumpalo]
version = "3.19"
features = [
    "collections",
    "boxed",
]

[dependencies.bumpalo-intern]
version = "0.1.1"

[dependencies.chrono]
version = "0.4.42"

[dependencies.derive-where]
version = "1.6"

[dependencies.dunce]
version = "1.0.5"

[dependencies.glob]
version = "0.3.3"

[dependencies.itoa]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.pretty_decimal]
version = "0.2.1"
features = ["bounded-static"]

[dependencies.rust_decimal]
version = "1.39"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dependencies.unicode-width]
version = "0.2"

[dependencies.winnow]
version = "0.7.14"

[dev-dependencies.annotate-snippets]
version = "0.12.10"
features = ["testing-colors"]

[dev-dependencies.criterion]
version = "0.8.1"
features = ["html_reports"]

[dev-dependencies.ctor]
version = "0.6.3"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.indoc]
version = "2.0"

[dev-dependencies.maplit]
version = "1.0"

[dev-dependencies.okane-golden]
version = "0.2.0"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.rust_decimal_macros]
version = "1.39"