# 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 = "jiffy" version = "0.1.1" authors = [ "Azzam S.A ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Human-friendly time expressions" homepage = "https://github.com/azzamsa/jiffy" documentation = "https://docs.rs/jiffy" readme = "README.md" keywords = [ "humanize", "jiff", "time", "date", "arrow", ] categories = [ "date-and-time", "value-formatting", ] license = "MIT/Apache-2.0" repository = "https://github.com/azzamsa/jiffy-rs" [package.metadata.release] pre-release-commit-message = "v{{version}}" pre-release-hook = [ "just", "_release-prepare", "{{version}}", ] sign-commit = true sign-tag = true tag-message = "v{{version}}" [lib] name = "jiffy" path = "src/lib.rs" [[example]] name = "humanize_systemtime" path = "examples/humanize_systemtime.rs" [[test]] name = "humanize" path = "tests/humanize.rs" [[test]] name = "precise" path = "tests/precise.rs" [[test]] name = "present" path = "tests/present.rs" [[test]] name = "rough" path = "tests/rough.rs" [dependencies.jiff] version = "0.1.4" [badges.github] repository = "azzamsa/jiffy"