temps-testhelpers 4.0.0

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

[features]
chrono = ["dep:chrono"]
default = []
jiff = ["dep:jiff"]

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

[dependencies.chrono]
version = "=0.4.44"
optional = true

[dependencies.jiff]
version = "=0.2.24"
optional = true

[dependencies.mockall]
version = "=0.14.0"

[dependencies.temps-core]
version = "=4.0.0"