# 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 = "chronounit" version = "0.3.0" authors = ["photowey"] description = """ A date-time formatter and time-unit library for Rust time """ homepage = "https://github.com/photowey/chrono-unit" documentation = "https://docs.rs/chronounit" readme = "README.md" keywords = [ "chrono", "timeunit", "formatter", "datetime-pattern", ] categories = ["date-and-time"] license = "Apache-2.0" repository = "https://github.com/photowey/chrono-unit" [dependencies.chrono] version = "0.4" [dependencies.lazy_static] version = "1.4"