holochain_timestamp 0.6.0-dev.2

Microsecond-precision timestamp datatype for Holochain
Documentation
[dependencies.chrono]
default-features = false
features = ["clock", "std", "oldtime", "serde"]
optional = true
version = "0.4.22"

[dependencies.rusqlite]
optional = true
version = "0.36"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.holochain_serialized_bytes]
version = "=0.0.56"

[features]
default = ["now"]
now = ["dep:chrono"]
sqlite = ["dep:rusqlite", "rusqlite/bundled"]
sqlite-encrypted = ["dep:rusqlite", "rusqlite/bundled-sqlcipher-vendored-openssl"]

[lib]
name = "holochain_timestamp"
path = "src/lib.rs"

[lints.clippy]
complexity = "deny"
correctness = "deny"
dbg_macro = "deny"
perf = "deny"
style = "deny"

[lints.clippy.cargo]
level = "allow"
priority = -1

[lints.clippy.nursery]
level = "allow"
priority = -1

[lints.clippy.pedantic]
level = "allow"
priority = -1

[lints.clippy.restriction]
level = "allow"
priority = -1

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(build_wasm)", "cfg(loom)"]
level = "warn"
priority = 0

[package]
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["date-and-time"]
description = "Microsecond-precision timestamp datatype for Holochain"
documentation = "https://docs.rs/holochain_timestamp"
edition = "2021"
keywords = ["holochain", "p2p", "dht", "networking"]
license = "Apache-2.0"
name = "holochain_timestamp"
readme = "README.md"
repository = "https://github.com/holochain/holochain"
version = "0.6.0-dev.2"