iso8601-timestamp 0.2.13

High-performance ISO8601 Timestamp formatting and parsing
Documentation
[[bench]]
harness = false
name = "timestamp"
path = "benches/timestamp.rs"
[dependencies.bytes]
optional = true
version = "1.1.0"

[dependencies.diesel]
default-features = false
features = ["time", "with-deprecated"]
optional = true
version = "2"

[dependencies.generic-array]
version = "1.0.0"

[dependencies.js-sys]
optional = true
version = "0.3"

[dependencies.postgres-types]
features = ["with-time-0_3"]
optional = true
version = "0.2.2"

[dependencies.quickcheck]
default-features = false
optional = true
version = "1.0"

[dependencies.ramhorns]
optional = true
version = "0.14"

[dependencies.rand]
default-features = false
optional = true
version = "0.8"

[dependencies.rkyv]
default-features = false
features = ["validation"]
optional = true
version = "0.7"

[dependencies.rusqlite]
default-features = false
optional = true
version = "0.30"

[dependencies.schemars]
optional = true
version = "0.8.8"

[dependencies.serde]
optional = true
version = "1"

[dependencies.time]
default-features = false
features = ["macros"]
version = "0.3"

[dependencies.worker]
optional = true
version = "0.0.18"
[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.ciborium]
version = "0.2"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.iso8601]
version = "0.6"

[dev-dependencies.rkyv]
default-features = true
version = "0.7"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.time]
features = ["macros", "parsing", "formatting"]
version = "0.3"

[features]
bson = []
default = ["std", "serde", "lookup"]
diesel-pg = ["diesel", "diesel/postgres_backend"]
js = ["js-sys"]
lookup = []
nightly = []
pg = ["postgres-types", "bytes", "std"]
quickcheck = ["dep:quickcheck", "time/quickcheck"]
rand = ["dep:rand", "time/rand"]
rusqlite = ["dep:rusqlite", "std"]
schema = ["schemars"]
std = []
verify = []

[package]
authors = ["novacrazy <novacrazy@gmail.com>"]
categories = ["date-and-time", "no-std", "parser-implementations", "value-formatting"]
description = "High-performance ISO8601 Timestamp formatting and parsing"
documentation = "https://docs.rs/iso8601-timestamp"
edition = "2018"
include = ["src/**/*", "LICENSE-*", "README.md"]
keywords = ["date", "time", "iso8601", "formatting", "parsing"]
license = "MIT OR Apache-2.0"
name = "iso8601-timestamp"
readme = "README.md"
repository = "https://github.com/Lantern-chat/iso8601-timestamp"
version = "0.2.13"
[package.metadata.docs.rs]
features = ["serde", "pg", "schema", "rusqlite", "rand", "quickcheck"]
[profile.bench]
codegen-units = 1
lto = "fat"
opt-level = 3

[profile.release]
codegen-units = 1
lto = "fat"
opt-level = 3