attotime 0.2.2

High-fidelity time library for applications where sub-nanosecond accuracy and exact arithmetic are needed
Documentation
[dependencies.derive_more]
features = ["full"]
version = "2.0.1"

[dependencies.lexical-core]
version = "1.0.6"

[dependencies.num-integer]
version = "0.1.46"

[dependencies.num-traits]
version = "0.2.19"

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

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.rand_chacha]
version = "0.9.0"

[features]
default = ["serde"]
serde = ["dep:serde", "std"]
std = []

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "High-fidelity time library for applications where sub-nanosecond accuracy and exact arithmetic are needed"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "attotime"
readme = "README.md"
repository = "https://github.com/Quinten-van-Woerkom/attotime"
version = "0.2.2"

[profile.dev]
opt-level = 3

[target."cfg(kani)".dependencies.paste]
version = "1.0.15"