Cargo Features

[dependencies]
iso8601-timestamp = { version = "0.2.17", default-features = false, features = ["std", "bson", "diesel-pg", "js", "pg", "rkyv", "rusqlite", "rand", "quickcheck", "schema", "nightly", "verify", "lookup", "serde", "worker", "ramhorns"] }
std default pg? rusqlite?

Enables std of time

bson
diesel-pg = diesel

Enables postgres_backend of diesel

js = js-sys
pg = bytes, postgres-types, std
rkyv = rend

Enables rkyv

Affects iso8601-timestamp::ArchivedTimestamp

rusqlite = std

Enables rusqlite ^0.30

rand

Enables rand, rand of time

quickcheck

Enables quickcheck, quickcheck of time

schema = schemars
nightly
verify

Verify numeric input during parsing

lookup default

Use lookup table during formatting

default = lookup, serde, std

These default features are set whenever iso8601-timestamp is added without default-features = false somewhere in the dependency tree.

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?
diesel diesel-pg?
worker implicit feature

Enables worker ^0.0.18

worker:

A Rust SDK for writing Cloudflare Workers

js-sys js?
ramhorns implicit feature

Enables ramhorns ^0.14

ramhorns:

Experimental Mustache-like templating engine

rend rkyv?