[dependencies]
[lib]
name = "simple_money"
path = "src/lib.rs"
[package]
authors = ["Andreas Fischl"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["finance"]
description = "Down-to-earth money and currency implementation written in Rust."
edition = "2021"
keywords = ["money", "currency"]
license = "MIT OR Apache-2.0"
name = "simple_money"
readme = "README.md"
repository = "https://bitbucket.org/afischl/simplemoney-rust"
version = "0.4.0"
[[test]]
name = "currencytest"
path = "tests/currencytest.rs"
[[test]]
name = "moneytest"
path = "tests/moneytest.rs"