# 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-parts" version = "0.3.2" authors = ["Oleh Martsokha "] description = """ The collection of time-rs/time extensions for incomplete time formats. """ homepage = "https://github.com/xwde/time" documentation = "https://docs.rs/timext" readme = "./README.md" keywords = [ "date", "time", "partial", ] 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.rand] version = "0.8.5" optional = true default-features = false [dependencies.serde] version = "1.0.190" optional = true default-features = false [dependencies.thiserror] version = "1.0.50" [dependencies.time] version = "0.3.30" [features] rand = [ "dep:rand", "time/rand", ] serde = [ "dep:serde", "time/serde", ]