rink-rs/core/Cargo.toml
2021-04-05 17:31:39 -07:00

28 lines
658 B
TOML

[package]
name = "rink-core"
version = "0.6.0"
description = "Unit conversion library behind rink"
homepage = "https://github.com/tiffany352/rink-rs"
repository = "https://github.com/tiffany352/rink-rs"
readme = "README.md"
license = "MPL-2.0"
keywords = ["unit", "math", "conversion"]
edition = "2018"
[features]
default = ["chrono-humanize", "gpl"]
gpl = []
[dependencies]
num = "0.4.0"
chrono = "0.4.19"
strsim = "0.10.0"
chrono-tz = "0.5.2"
chrono-humanize = { version = "0.1.2", optional = true }
serde = { version = "1", features = ["rc"] }
serde_derive = "1"
[dev_dependencies]
serde_json = "1"
assert-json-diff = "2.0.1"
similar-asserts = "1.1.0"