# 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 = "clockkit" version = "0.2.1" authors = ["Fabian Dreer "] description = "Client side library for the `clockkit` distributed timestamp service" readme = "README.md" keywords = [ "timestamp", "network", ] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/Infrasonics/rust-clockkit" resolver = "2" [profile.release] opt-level = "s" lto = "fat" [dependencies.chrono] version = "~0.4" [dependencies.cxx] version = "~1.0" [dependencies.thiserror] version = "~1.0" [dependencies.tracing] version = "~0.1" optional = true [dev-dependencies.argh] version = "0.1.7" [build-dependencies.cxx-build] version = "~1.0" [features] default = [] tracing = ["dep:tracing"]