[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"