# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "iso-8601" version = "0.4.1" authors = ["Robin Stumm "] description = "Fully compliant ISO 8601 parser." keywords = ["iso8601"] categories = ["parser-implementations", "date-and-time"] license = "Apache-2.0" repository = "https://hg.sr.ht/~dermetfan/iso-8601" [dependencies.chrono] version = "~0.4.19" optional = true [dependencies.nom] version = "~6.2.1" features = ["regexp"] [dependencies.serde] version = "~1.0.126" optional = true [features] chrono-serde = ["chrono/serde", "serde"]