# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "time-util" version = "0.3.4" authors = ["Daniel Mueller "] description = "A crate providing miscellaneous functionality for working with time\nstamps.\n" homepage = "https://github.com/d-e-s-o/time-util" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/time-util.git" [package.metadata.docs.rs] features = ["math", "chrono", "chrono-tz", "serde"] [dependencies.chrono] version = "0.4" features = ["std"] optional = true default-features = false [dependencies.chrono-tz] version = "0.5.3" features = ["std"] optional = true default-features = false [dependencies.math-util] version = "0.1" optional = true default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.chrono] version = "0.4" features = ["std"] default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.serde_json] version = "1.0" features = ["std"] default-features = false [features] math = ["math-util"] [badges.gitlab] branch = "master" repository = "d-e-s-o/time-util"