# 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 = "2018" name = "iso8601" version = "0.6.1" authors = [ "Jan-Erik Rediger ", "Hendrik Sollich ", ] description = "Parsing ISO8601 dates using nom" documentation = "https://docs.rs/iso8601/" readme = "README.md" license = "MIT" repository = "https://github.com/badboy/iso8601" [dependencies.chrono] version = "0.4" optional = true default-features = false [dependencies.nom] version = "7" default-features = false [dependencies.num-traits] version = "0.2" optional = true [dependencies.serde] version = "1.0" optional = true [dev-dependencies.serde_json] version = "1.0" [features] chrono = [ "dep:chrono", "num-traits", ] default = ["std"] std = ["nom/std"]