# 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 = "dtmf" version = "0.1.5" authors = ["Stephen D"] exclude = ["data/*"] description = "A no-std DTMF decoder" readme = "README.md" keywords = [ "dtmf", "phone", "touch-tone", "ham", "radio", ] categories = [ "no-std", "multimedia::audio", ] license = "MIT" repository = "https://gitlab.scd31.com/stephen/dtmf" [[bench]] name = "decode" harness = false [dependencies.goertzel-nostd] version = "0.2" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.rodio] version = "0.15.0"