fastdate 0.1.28

Rust fast date carte
Documentation
[dependencies.once_cell]
version = "1.13.0"

[dependencies.serde]
version = "1"
[dev-dependencies.serde_json]
version = "1"

[package]
authors = ["ce <zhuxiujia@qq.com>"]
description = "Rust fast date carte"
edition = "2021"
license = "Apache-2.0"
name = "fastdate"
readme = "Readme.md"
repository = "https://github.com/rbatis/fastdate"
version = "0.1.28"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["std", "minwinbase", "minwindef", "timezoneapi"]
version = "0.3"