[[bench]]
name = "bench"
path = "benches/bench.rs"
[dependencies.serde]
version = "1"
[dependencies.time1]
features = ["formatting", "parsing", "serde"]
package = "time"
version = "0.3.41"
[dev-dependencies.serde_json]
version = "1"
[lib]
name = "fastdate"
path = "src/lib.rs"
[package]
authors = ["ce <zhuxiujia@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust fast date carte"
edition = "2024"
license = "Apache-2.0"
name = "fastdate"
readme = "README.md"
repository = "https://github.com/rbatis/fastdate"
version = "0.3.36"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Time"]
version = "0.52.0"
[[test]]
name = "date"
path = "tests/date.rs"
[[test]]
name = "datetime"
path = "tests/datetime.rs"
[[test]]
name = "error"
path = "tests/error.rs"
[[test]]
name = "offset"
path = "tests/offset.rs"
[[test]]
name = "time"
path = "tests/time.rs"