temps-core 5.0.0

Core functionality for temps - time and date parsing library
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.88"
name = "temps-core"
version = "5.0.0"
authors = ["Stefan Ruzitschka <stefan@icepuma.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core functionality for temps - time and date parsing library"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/icepuma/temps"

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

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

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

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

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

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

[dependencies.ariadne]
version = "=0.6.0"

[dependencies.chumsky]
version = "=0.13.0"

[dependencies.thiserror]
version = "=2.0.20"

[dev-dependencies.mockall]
version = "=0.15.0"