# 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 = "chemic" version = "0.3.0" authors = ["Jacobtread "] description = "Microphone testing tool" readme = "README.md" keywords = [ "Microphone", "Testing", ] license = "MIT" repository = "https://github.com/jacobtread/chemic" [package.metadata.binstall] pkg-fmt = "bin" pkg-url = "{ repo }/releases/download/v{ version }/{ name }{ archive-suffix }" [profile.dist] lto = "thin" inherits = "release" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.cpal] version = "0.15.0" [dependencies.dasp_interpolate] version = "0.11.0" features = ["linear"] [dependencies.dasp_signal] version = "0.11.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.ringbuf] version = "0.3.2"