# 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 = "record-audio" version = "0.1.1" authors = ["Mayank "] description = "record-audio is a terminal-based audio recorder and playback crate." homepage = "https://github.com/mnkrana/record-audio" documentation = "https://github.com/mnkrana/record-audio" readme = "README.md" keywords = ["audio", "record", "playback", "cli"] categories = ["cli"] license = "MIT" repository = "https://github.com/mnkrana/record-audio" resolver = "2" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.color-eyre] version = "0.6.1" [dependencies.cpal] version = "0.13.5" [dependencies.ctrlc] version = "3.2.2" [dependencies.dasp] version = "0.11.0" features = ["signal", "interpolate", "interpolate-linear"] [dependencies.hound] version = "3.4.0" [dependencies.log] version = "0.4.17" [dependencies.symphonia] version = "0.5.0" features = ["isomp4", "mp3", "aac"]