rapport-temporal 0.2.1

Deal with time without all the fuss. Includes date, time, recurrence, and language-oriented date math.
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 = "2024"
rust-version = "1.90"
name = "rapport-temporal"
version = "0.2.1"
authors = ["Michael Hedgpeth <michael@hedge-ops.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deal with time without all the fuss. Includes date, time, recurrence, and language-oriented date math."
readme = "README.md"
keywords = [
    "date",
    "time",
    "recurrence",
    "calendar",
    "ergonomic",
]
categories = ["date-and-time"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hedge-ops/rapport"

[lib]
name = "rapport_temporal"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.derive_more]
version = "2.0.1"
features = [
    "display",
    "from_str",
]

[dependencies.facet]
version = "=0.44"
features = [
    "nonzero",
    "uuid",
]

[dependencies.nonempty]
version = "0.12.0"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.regex]
version = "1.12.2"
features = ["unicode-perl"]

[dependencies.regex-macro]
version = "0.3.0"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.claims]
version = "0.8.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.tracing-test]
version = "0.2.5"

[lints.clippy]
expect_used = "warn"
pedantic = "warn"
unwrap_used = "warn"

[lints.rust]
dead_code = "warn"
missing_debug_implementations = "warn"
missing_docs = "allow"
unused_imports = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = 1