# 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 = "anydate" version = "0.4.0" authors = ["Dean Karn "] description = "Date & DateTime string parser" readme = "README.md" categories = [ "date-and-time", "parsing", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-playground/anydate" [package.metadata.docs.rs] features = ["serde"] [package.metadata.playground] features = ["serde"] [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.chrono] version = "0.4.31" features = ["std"] default-features = false [dependencies.serde] version = "1.0.192" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.50" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.serde_json] version = "1.0.108" [features] default = []