# 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] name = "timeago" version = "0.4.2" authors = ["Vitaly _Vi Shukela "] description = "Given a Duration, lossily format it like in 'N days ago'. Parsing it back to Duration is not supported yet." documentation = "https://docs.rs/timeago/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/vi/timeago" [package.metadata.docs.rs] features = [ "translations", "isolang", "chrono", ] [dependencies.chrono] version = "0.4" optional = true [dependencies.isolang] version = "2" optional = true [features] default = [ "translations", "isolang", "chrono", ] translations = []