bill 0.3.0

💸 A minimal library for creating invoices. Feel free to review and correct it.
Documentation
[package]
authors = ["Hendrik Sollich <hendrik@hoodie.de>"]
name = "bill"
version = "0.3.0"
license = "MIT/Apache-2.0"
repository = "https://github.com/hoodie/bill-rs"
documentation = "https://docs.rs/bill/"

description = "💸 A minimal library for creating invoices. Feel free to review and correct it."
keywords = ["Money", "Billing"]

[dependencies]
ordered-float = "0.5"
claude = {version = "0.3", features=["serialization"]}
maplit = {version = "1.0", optional = true}

serde = {version = "1.0", optional=true}
serde_json = {version = "1.0", optional=true}
serde_derive = {version = "1.0", optional=true}

[features]
default = []
serialization = ["serde", "serde_json", "serde_derive"]