iso8601 0.6.4

Parsing ISO8601 dates using nom
Documentation
# 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 = "iso8601"
version = "0.6.4"
authors = [
    "Jan-Erik Rediger <janerik@fnordig.de>",
    "Hendrik Sollich <hendrik@hoodie.de>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parsing ISO8601 dates using nom"
documentation = "https://docs.rs/iso8601/"
readme = "README.md"
keywords = [
    "iso8601",
    "date-time",
    "parser",
    "nom",
]
categories = [
    "parser-implementations",
    "date-and-time",
]
license = "MIT"
repository = "https://github.com/badboy/iso8601"

[features]
chrono = [
    "dep:chrono",
    "dep:num-traits",
]
default = ["std"]
std = ["nom/std"]

[lib]
name = "iso8601"
path = "src/lib.rs"

[[test]]
name = "lib"
path = "tests/lib.rs"

[dependencies.chrono]
version = "0.4"
optional = true
default-features = false

[dependencies.nom]
version = "8"
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"