[dependencies.chrono]
version = "0.4"
[dependencies.cucumber]
features = ["timestamps", "tracing"]
version = "0.21"
[dependencies.futures]
version = "0.3"
[dependencies.libmrot]
version = "0.1.1"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["fmt", "env-filter", "registry"]
version = "0.3"
[dependencies.two_timer]
version = "2"
[lib]
name = "mrot_test_utils"
path = "src/lib.rs"
[lints.clippy]
[lints.rust]
[package]
authors = ["Sven Siegmund <sven.siegmund@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Utilities for integration tests of the mrot app"
documentation = "https://docs.rs/mrot/latest/mrot"
edition = "2024"
homepage = "https://crates.io/crates/mrot/"
keywords = ["tools", "tracking", "meal", "cooking", "calendar"]
license = "BSD-2-Clause"
name = "mrot-test-utils"
publish = true
readme = "README.md"
repository = "https://github.com/fleetingbytes/mrot/"
resolver = "2"
rust-version = "1.85"
version = "0.1.1"