[dependencies.chrono]
features = ["alloc"]
version = "0.4"
[dependencies.confy]
default-features = false
features = ["ron_conf"]
version = "0.6"
[dependencies.directories]
version = "6"
[dependencies.rand]
version = "0.9"
[dependencies.sqlite]
version = "0.37"
[dependencies.tracing]
version = "0.1"
[dependencies.two_timer]
version = "2"
[dev-dependencies.cucumber]
features = ["timestamps", "tracing"]
version = "0.21"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "sync", "time"]
version = "1"
[lib]
name = "libmrot"
path = "src/lib.rs"
[lints.rust]
missing_docs = "deny"
[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 = "Library for recording and planning meals"
documentation = "https://docs.rs/libmrot/latest/libmrot"
edition = "2024"
keywords = ["tools", "tracking", "meal", "cooking", "calendar"]
license = "BSD-2-Clause"
name = "libmrot"
publish = true
readme = "README.md"
repository = "https://github.com/fleetingbytes/mrot/"
resolver = "2"
rust-version = "1.85"
version = "0.1.0"
[[test]]
harness = false
name = "add_when_show"
path = "tests/add_when_show.rs"
[[test]]
harness = false
name = "meal_records"
path = "tests/meal_records.rs"
[[test]]
harness = false
name = "parse_date"
path = "tests/parse_date.rs"
[[test]]
harness = false
name = "random_meal"
path = "tests/random_meal.rs"
[[test]]
harness = false
name = "remove_meals"
path = "tests/remove_meals.rs"
[[test]]
harness = false
name = "rename_meals"
path = "tests/rename_meals.rs"
[[test]]
harness = false
name = "suggest_meals"
path = "tests/suggest_meals.rs"
[[test]]
harness = false
name = "unique_meals"
path = "tests/unique_meals.rs"