dtrexp 1.0.0

Date-Time Range & Recurrence Expression — a compact coverage-expression language (DTRExp draft 2.8)
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 = "dtrexp"
version = "1.0.0"
build = false
exclude = [".github/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Date-Time Range & Recurrence Expression — a compact coverage-expression language (DTRExp draft 2.8)"
readme = "README.md"
keywords = [
    "datetime",
    "recurrence",
    "schedule",
    "cron",
    "rrule",
]
categories = ["date-and-time"]
license = "MIT"
repository = "https://github.com/DTRExp/dtrexp-rs"

[features]
host-tz = []

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

[[test]]
name = "boundaries"
path = "tests/boundaries.rs"

[[test]]
name = "coverage"
path = "tests/coverage.rs"

[[test]]
name = "host_tz"
path = "tests/host_tz.rs"

[[test]]
name = "tz_error"
path = "tests/tz_error.rs"

[[test]]
name = "vectors"
path = "tests/vectors.rs"

[dependencies]

[dev-dependencies]

[profile.test]
opt-level = 0