# 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-duration" version = "0.1.1" authors = ["Patrick Desjardins "] description = "Rust library that takes a duration and returns a string that is prettier to read for a human. The format of the duration can be customized in a short and long format and can be localized." homepage = "https://github.com/MrDesjardins/pretty-duration" readme = "README.md" keywords = [ "pretty-duration", "humanify-duration", "easy-ready-duration", "format-duration", "format-number", ] license = "Apache-2.0" repository = "https://github.com/MrDesjardins/pretty-duration" [dependencies]