Documentation
[dependencies.bincode]
features = ["derive"]
optional = true
version = "2.0.0-rc.3"

[dependencies.derive_more]
version = "0.99.17"

[dependencies.once_cell]
version = "1.18.0"

[dependencies.regex]
version = "1.10.2"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.189"

[features]
default = ["serde", "bincode"]

[package]
authors = ["hinto.janai <hinto.janai@protonmail.com>"]
description = "Date library"
documentation = "https://docs.rs/nichi"
edition = "2021"
keywords = ["date", "weekday", "month", "day", "year"]
license = "MIT"
name = "nichi"
readme = "README.md"
repository = "https://github.com/hinto-janai/nichi"
version = "0.5.1"

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