fastdate 0.3.18

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

[dependencies.serde]
version = "1"

[dependencies.time1]
features = ["formatting", "parsing", "serde"]
package = "time"
version = "0.3.20"
[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.3.18"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["std", "minwinbase", "minwindef", "timezoneapi"]
version = "0.3"