# 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 = "timext" version = "0.3.2" authors = ["Oleh Martsokha "] description = """ The collection of time-rs/time extensions for calendar arithmetics and incomplete time formats. """ homepage = "https://github.com/xwde/time" documentation = "https://docs.rs/timext" readme = "README.md" keywords = [ "date", "time", "calendar", "duration", ] categories = [ "date-and-time", "parser-implementations", "value-formatting", ] license = "MIT" repository = "https://github.com/xwde/time" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] path = "lib.rs" [dependencies.thiserror] version = "1.0.50" [dependencies.time] version = "0.3.30" default-features = false [dependencies.timext-month] version = "0.3.2" optional = true [dependencies.timext-parts] version = "0.3.2" optional = true [dev-dependencies.time] version = "0.3.30" [features] default = [] full = [ "month", "parts", ] month = ["dep:timext-month"] parts = ["dep:timext-parts"] rand = [ "timext-month/rand", "timext-parts/rand", ] serde = [ "timext-month/serde", "timext-parts/serde", ]