# 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 = "timediff" version = "0.2.3" authors = ["Herbert Lu <15816537946@163.com>"] description = " 🦀 Rust library for printing human readable, relative time differences \n" homepage = "https://github.com/lryong/timediff" keywords = ["time", "parser", "duration", "diff", "datetime"] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/lryong/timediff" resolver = "2" [lib] name = "timediff" path = "src/lib.rs" [dependencies.humantime] version = "2.1.0"