Cargo Features
[dependencies]
iso8601-timestamp = { version = "0.4.0", default-features = false, features = ["std", "serde", "bson", "diesel-pg", "js", "pg", "rkyv_08", "rusqlite", "rand", "quickcheck", "schema", "verify", "worker", "ramhorns", "fred", "borsh"] }
- std default pg?
- serde default bson?
-
Enables serde_core
- bson = serde
- diesel-pg = diesel
-
Enables postgres_backend of diesel
- js = js-sys
- pg = bytes, postgres-protocol, postgres-types, std
- rkyv_08
-
Enables rkyv
- rusqlite
-
Enables rusqlite ^0.37
- rand
- quickcheck
-
Enables quickcheck, quickcheck of time
- schema
-
Enables schemars
- verify
-
Verify numeric input during parsing
- default = serde, std
-
These default features are set whenever
iso8601-timestampis added withoutsomewhere 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.
- bytes pg?
- postgres-types pg?
- postgres-protocol pg?
- diesel diesel-pg?
- worker implicit feature
-
Enables worker ^0.6
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
- borsh implicit feature
-
Enables borsh
borsh:
Binary Object Representation Serializer for Hashing