# 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 = "chrono-humanize" version = "0.2.3" authors = ["Cyril Plisko "] description = "Human-friendly time expressions - similar to Python arrow.humanize" homepage = "https://gitlab.com/imp/chrono-humanize-rs" documentation = "https://docs.rs/chrono-humanize" readme = "README.md" keywords = [ "humanize", "chrono", "time", "date", "arrow", ] categories = [ "date-and-time", "value-formatting", ] license = "MIT/Apache-2.0" repository = "https://gitlab.com/imp/chrono-humanize-rs.git" [dependencies.chrono] version = "0.4" features = [ "clock", "std", ] default-features = false [features] pedantic = [] wasmbind = ["chrono/wasmbind"] [badges.gitlab] repository = "imp/chrono-humanize-rs" [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "imp/chrono-humanize-rs"