# 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 = "chronoutil" version = "0.2.7" authors = ["olliemath "] exclude = [".github/*"] description = "Powerful extensions to rust's Chrono crate" readme = "README.md" keywords = [ "date", "time", "calendar", ] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/olliemath/chronoutil" [[bench]] name = "delta" harness = false [[bench]] name = "relative_duration" harness = false [dependencies.chrono] version = "^0.4.34" default-features = false [dev-dependencies.chrono-tz] version = "0.8.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.proptest] version = "1.4.0"