# 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 = "relativetime" version = "0.1.4" description = "🦀 Rust library for printing human readable, relative time differences" homepage = "https://github.com/kurtbuilds/timediff" keywords = [ "time", "parser", "duration", "diff", "datetime", ] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/kurtbuilds/timediff" resolver = "2" [lib] name = "relativetime" path = "src/lib.rs" [dependencies.chrono] version = "0.4.19" optional = true [dependencies.humantime] version = "2.1.0" [features] chrono = ["dep:chrono"]