dateutil 0.1.3

Fast date utility library — parser, relativedelta, rrule, timezone (Rust reimplementation of python-dateutil)
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 = "dateutil"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast date utility library — parser, relativedelta, rrule, timezone (Rust reimplementation of python-dateutil)"
readme = "README.md"
keywords = [
    "date",
    "datetime",
    "parser",
    "rrule",
    "timezone",
]
categories = [
    "date-and-time",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/wakita181009/dateutil-rs"

[lib]
name = "dateutil"
crate-type = ["rlib"]
path = "src/lib.rs"

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.bitflags]
version = "2"

[dependencies.chrono]
version = "0.4"

[dependencies.iana-time-zone]
version = "0.1"

[dependencies.phf]
version = "0.13"
features = ["macros"]

[dependencies.rustc-hash]
version = "2"

[dependencies.smallvec]
version = "1.15"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]