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