Cargo Features
[dependencies]
iso8601-timestamp = { version = "0.3.0", default-features = false, features = ["std", "bson", "diesel-pg", "js", "pg", "rkyv_07", "rkyv_08", "rusqlite", "rand", "quickcheck", "schema", "verify", "serde", "worker", "ramhorns", "fred"] }
- std default pg? rusqlite? schema?
- bson
- diesel-pg = diesel
-
Enables postgres_backend of diesel
- js = js-sys
- pg = bytes, postgres-protocol, postgres-types, std
- rkyv_07 = rend_04
-
Enables rkyv ^0.7
- rkyv_08
-
Enables rkyv
- rusqlite = std
-
Enables rusqlite
- rand
- quickcheck
-
Enables quickcheck, quickcheck of time
- schema = schemars, std
- verify
-
Verify numeric input during parsing
- default = serde, std
-
These default features are set whenever
iso8601-timestamp
is added without
somewhere in the dependency tree.default-features = false
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- serde default
- bytes pg?
- schemars schema?
- postgres-types pg?
- postgres-protocol pg?
- diesel diesel-pg?
- worker implicit feature
-
Enables worker
worker:
A Rust SDK for writing Cloudflare Workers
- js-sys js?
- ramhorns implicit feature
-
Enables ramhorns
ramhorns:
Experimental Mustache-like templating engine
- fred implicit feature
-
Enables fred
fred:
An async client for Redis and Valkey
- rend_04 rkyv_07?
-
Enables rend ^0.4