# 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-duration" version = "0.2.0" authors = ["PoiScript "] description = "Parse ISO8601 duration format." readme = "README.md" keywords = [ "iso8601", "duration", "parser", ] license = "MIT" repository = "https://github.com/PoiScript/iso8601-duration" [package.metadata.docs.rs] all-features = true [dependencies.chrono] version = "0.4" optional = true [dependencies.nom] version = "7" [dependencies.serde] version = "1" optional = true [dev-dependencies.serde_json] version = "1" [features] default = [] [badges.travis-ci] repository = "PoiScript/iso8601-duration"