[[bin]]
name = "v_notify"
path = "src/main.rs"
[dependencies.anyhow]
version = "^1.0.86"
[dependencies.clap]
features = ["derive"]
version = "^4.5.4"
[dependencies.config]
version = "^0.14.0"
[dependencies.derive-new]
version = "^0.6.0"
[dependencies.v_utils]
features = ["io", "macros"]
version = "^1.6.3"
[lib]
name = "v_notify"
path = "src/lib.rs"
[lints.clippy]
cmp_float = "allow"
len_zero = "allow"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "My notifs crate"
edition = "2021"
license = "MIT"
name = "v_notify"
readme = "README.md"
repository = "https://github.com/valeratrades/v_notify"
rust-version = "1.80"
version = "0.1.0"
[package.metadata.cargo-machete]
ignored = ["derive-new", "anyhow", "serde", "tokio"]
[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
[[test]]
name = "integration"
path = "tests/integration/main.rs"