# 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 = "screech" version = "0.12.0" authors = ["Samuel Leeuwenburg "] description = "A collection of helpers for handling audio data in real time" documentation = "https://docs.rs/screech" readme = "README.md" keywords = [ "audio", "no_std", ] license = "Apache-2.0" repository = "https://github.com/samuelleeuwenburg/screech" [[example]] name = "oscillator" [[example]] name = "routing" [[bench]] name = "sampling_speed" harness = false [dependencies.libm] version = "0.2.1" [dependencies.rustc-hash] version = "1.1.0" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"]