# 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 = "2018" name = "meter" version = "0.1.5" authors = ["Chris Burgess"] exclude = ["/media"] description = """ CLI level meter for adjusting microphone gain/levels. """ homepage = "https://github.com/cgbur/meter" readme = "README.md" keywords = [ "level", "meter", "gain-stage", "dB", "decibel-meter", ] categories = [ "command-line-utilities", "multimedia", "visualization", ] license = "MIT" repository = "https://github.com/cgbur/meter" [dependencies.console] version = "0.15.0" [dependencies.cpal] version = "0.13.5" [dependencies.keyed_priority_queue] version = "0.4.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.terminal_size] version = "0.1.17"