lucre 0.10.0

An ergonomic library for handling money.
# 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"
name = "lucre"
version = "0.10.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An ergonomic library for handling money."
readme = "README.md"
keywords = [
    "money",
    "currency",
    "iso-4217",
]
categories = [
    "finance",
    "value-formatting",
]
license = "BSD-2-Clause-Patent"
repository = "https://code.cosmicrose.dev/rosa/lucre"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
serde = ["dep:serde"]

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

[dependencies.rust_decimal]
version = "1.42.1"
features = ["std"]
default-features = false

[dependencies.serde]
version = "1.0.229"
optional = true

[dependencies.thiserror]
version = "2.0.20"

[dependencies.vec1]
version = "1.12.1"

[dev-dependencies.rust_decimal]
version = "1.42.1"
features = ["macros"]

[dev-dependencies.serde_json]
version = "1.0.151"