[dependencies]
[features]
default = []
std = []
[lib]
crate-type = ["rlib"]
name = "dtmf_table"
path = "src/lib.rs"
[package]
authors = ["Jack Geraghty <jgeraghty049@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "embedded", "multimedia"]
description = "A zero-heap, no_std, const-first DTMF keypad frequency table with runtime tolerance helpers."
documentation = "https://docs.rs/dtmf_tones"
edition = "2024"
exclude = [".github", "target"]
homepage = "https://github.com/jmg049/dtmf_tones"
keywords = ["dtmf", "telephony", "audio", "no_std", "const"]
license = "MIT"
name = "dtmf_tones"
readme = "README.md"
repository = "https://github.com/jmg049/dtmf_tones"
version = "1.0.2"