# 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 = "thetime" version = "0.5.6" description = "A simple but powerful Rust library for dealing with the time, both NTP and System. Contains wrappers for functions often buried in modules. Has extensive support for unusual epochs (Windows LDAP 100ns, MacOS and MacOS CFA, SAS 4GL, WebKit and Chromium 1μs). Supports timezone conversion, and addition/subtraction of various amounts" documentation = "https://docs.rs/thetime" readme = "README.md" categories = [ "date-and-time", "localization", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/werdl/thetime" [dependencies.chrono] version = "0.4.31" features = ["clock"] default-features = false [dependencies.serde] version = "1.0.130" features = ["derive"]