# 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 = "2018" name = "uhlc" version = "0.8.0" authors = ["Julien Enoch "] description = """ A Unique Hybrid Logical Clock for Rust. """ homepage = "https://crates.io/crates/uhlc" documentation = "https://atolab.github.io/uhlc-rs/" readme = "README.md" keywords = [ "hlc", "clock", "timestamp", ] categories = ["date-and-time"] license = "EPL-2.0 OR Apache-2.0" repository = "https://github.com/atolab/uhlc-rs" [dependencies.defmt] version = "0.3.2" features = ["alloc"] optional = true [dependencies.humantime] version = "2.0" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.rand] version = "0.8.5" features = [ "alloc", "getrandom", ] default-features = false [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.spin] version = "0.9.8" features = [ "mutex", "spin_mutex", ] default-features = false [dev-dependencies.async-std] version = "1.6" [dev-dependencies.futures] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.regex] version = "1" [features] default = ["std"] defmt = ["dep:defmt"] std = [ "humantime", "lazy_static", "log", "serde/std", "rand/std", ]