[dependencies.thiserror]
version = "2.0"
[dependencies.winnow]
version = "0.7.10"
[dev-dependencies.mockall]
version = "0.13"
[lib]
name = "temps_core"
path = "src/lib.rs"
[package]
authors = ["Stefan Ruzitschka <stefan@icepuma.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core functionality for temps - time and date parsing library"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "temps-core"
readme = "README.md"
repository = "https://github.com/korora-tech/temps"
version = "2.0.0"
[[test]]
name = "all_tests"
path = "tests/all_tests.rs"