# 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 = "geotime" version = "0.0.6" authors = ["Eric Walker "] description = "Provides signed 128-bit timestamps that are compatible with Unix time_t and anchored at the Unix epoch." documentation = "https://docs.rs/geotime/latest/geotime/" readme = "README.md" license = "MIT" repository = "https://github.com/emwalker/geotime" [dependencies.base64] version = "0" [dependencies.chrono] version = "0" [dependencies.data-encoding] version = "2" [dependencies.data-encoding-macro] version = "0" [dependencies.hex] version = "0" [dependencies.human_format] version = "1" [dependencies.quick-error] version = "2" [dependencies.serde] version = "1" [dependencies.serde_test] version = "1"