# 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" name = "audio-gate" version = "0.1.1" authors = ["Charles R. Portwood II "] description = "A Simple Noise Gate" readme = "README.md" keywords = [ "audio-processing", "noise-gate", "audio-gate", "audio", ] categories = [ "multimedia", "multimedia::audio", ] license = "BSD-3-Clause" repository = "https://github.com/charlesportwoodii/audio-gate" [dev-dependencies.anyhow] version = "^1.0" [dev-dependencies.clap] version = "^4.0" features = ["derive"] [dev-dependencies.ringbuf] version = "^0.3" [dev-dependencies.serde] version = "^1" features = ["derive"] [dev-dependencies.tokio] version = "^1.35" features = ["full"]