# 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 = "edtf" version = "0.2.0" authors = ["Cormac Relf "] description = "EDTF parser" keywords = ["date", "time", "parser", "human"] categories = ["parser-implementations", "date-and-time"] license = "MPL-2.0" repository = "https://github.com/cormacrelf/edtf-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.chrono] version = "0.4" optional = true default-features = false [dependencies.nom] version = "7.0.0" default-features = false [dependencies.num-integer] version = "0.1.36" default-features = false [dependencies.serde] version = "1" optional = true [dev-dependencies.no-panic] version = "0.1.15" [dev-dependencies.serde_test] version = "1" [features] default = []