fastdate 0.3.28

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.28"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Time"]
version = "0.52.0"