# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pubky-timestamp" version = "0.2.0" authors = ["Nuh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Strictly monotonic unix timestamp in microseconds" readme = "README.md" keywords = [ "time", "monotonic", "timestamp", ] license = "MIT" repository = "https://github.com/pubky/timestamp" [package.metadata.docs.rs] all-features = true unwrap_used = "deny" [lib] name = "pubky_timestamp" path = "src/lib.rs" [dependencies.base32] version = "0.5.1" optional = true [dependencies.document-features] version = "0.2.8" [dependencies.getrandom] version = "0.2.15" default-features = false [dependencies.httpdate] version = "1.0.3" optional = true [dependencies.once_cell] version = "1.20.2" [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true default-features = false [dev-dependencies.postcard] version = "1.0.10" features = ["alloc"] [features] base32 = ["dep:base32"] full = [ "serde", "base32", "httpdate", ] httpdate = ["dep:httpdate"] serde = ["dep:serde"] [target.'cfg(target_arch = "wasm32")'.dependencies.js-sys] version = "0.3.69"