[[bench]]
name = "bench_std"
path = "benches/bench_std.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.dirs]
version = "5.0"
[dependencies.dunce]
version = "1.0"
[dependencies.nu-ansi-term]
version = "0.50"
[dependencies.thiserror]
version = "2.0"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-config]
optional = true
version = "0.1"
[dev-dependencies]
[features]
tracing_config = ["dep:tracing-config"]
[lib]
name = "meadows"
path = "src/lib.rs"
[lints.clippy]
enum-glob-use = "allow"
if_not_else = "allow"
module_name_repetitions = "allow"
pedantic = "warn"
uninlined_format_args = "allow"
[lints.rust]
missing_docs = "warn"
[package]
authors = ["Philip Köster"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Meadows: an experimental collection of utilities"
documentation = "https://docs.rs/meadows"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "meadows"
readme = "README.md"
version = "0.1.2"
[[test]]
name = "test_rust"
path = "tests/test_rust.rs"
[[test]]
name = "test_rustfmt"
path = "tests/test_rustfmt.rs"
[[test]]
name = "test_tracing_config"
path = "tests/test_tracing_config.rs"