# 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 = "speedate" version = "0.15.0" authors = ["Samuel Colvin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast and simple datetime, date, time and duration parsing" homepage = "https://github.com/pydantic/speedate/" readme = "README.md" keywords = [ "ISO8601", "RFC3339", "datetime", "date", "time", ] categories = [ "date-and-time", "parsing", ] license = "MIT" repository = "https://github.com/pydantic/speedate/" [lib] name = "speedate" path = "src/lib.rs" [[test]] name = "main" path = "tests/main.rs" [[bench]] name = "main" path = "benches/main.rs" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.strum_macros] version = "0.26" [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.iso8601] version = "0.6.1" [dev-dependencies.paste] version = "1.0.7"