[package]
edition = "2021"
name = "amlich-api"
version = "0.1.2"
authors = ["Vietnamese Calendar Project"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vietnamese Lunar Calendar - Stable API facade and DTO contract"
homepage = "https://github.com/mnoyd/amlich"
readme = false
license = "MIT"
repository = "https://github.com/mnoyd/amlich"
[lib]
name = "amlich_api"
path = "src/lib.rs"
[[test]]
name = "golden_parity"
path = "tests/golden_parity.rs"
[[test]]
name = "insight_parity"
path = "tests/insight_parity.rs"
[dependencies.amlich-core]
version = "0.1.2"
[dependencies.serde]
version = "1.0"
features = [
"derive",
"derive",
]
[dev-dependencies.serde_json]
version = "1.0"