# 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 = "pretty_date" version = "0.1.2" authors = ["david@morgan-brown.com"] description = "A rust library for the simple, friendly, human readable formatting of the chrono NaiveDateTime" homepage = "https://github.com/mbcltd/pretty_date" documentation = "https://docs.rs/pretty_date/0.1.1/pretty_date/" readme = "README.md" keywords = [ "date", "pretty-print", ] categories = [ "date-and-time", "value-formatting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mbcltd/pretty_date" [dependencies.chrono] version = "0.4.23" [dependencies.lazy_static] version = "1.4.0"