[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "0.27.2"
[features]
default = []
python = ["dep:pyo3", "std"]
std = []
[lib]
crate-type = ["rlib", "cdylib"]
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. Also available in Python"
documentation = "https://docs.rs/dtmf_table"
edition = "2024"
exclude = [".github", "target"]
homepage = "https://github.com/jmg049/dtmf_table"
keywords = ["dtmf", "telephony", "audio", "no_std", "const"]
license = "MIT"
name = "dtmf_table"
readme = "README.md"
repository = "https://github.com/jmg049/dtmf_table"
version = "1.0.3"