# 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 = "chamber" version = "1.0.0" authors = ["Gram "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool that listens to audio input, saves it to a WAV file, and plays it back" readme = "README.md" keywords = [ "audio", "mic", "microphone", "wav", "dsp", ] categories = [ "multimedia::audio", "command-line-interface", ] license = "MIT" repository = "https://github.com/orsinium-labs/chamber" [[bin]] name = "chamber" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.cpal] version = "0.15.3" [dependencies.dasp_sample] version = "0.11.0" [dependencies.hound] version = "3.5.1"