# 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 = "chrono-systemd-time" version = "0.3.0" authors = [ "Josh Resch ", "Collide ", ] include = [ "src/**/*", "Cargo.toml", "LICENSE*", "README.md", ] description = "Library which parses systemd.time style timestamps into chrono types" homepage = "https://github.com/Odoh/chrono-systemd-time" documentation = "https://docs.rs/chrono-systemd-time" readme = "README.md" keywords = [ "chrono", "date", "time", "systemd", ] categories = ["date-and-time"] license = "MIT/Apache-2.0" repository = "https://github.com/Odoh/chrono-systemd-time" [dependencies.chrono] version = "0.4" [dependencies.once_cell] version = "1.18"