[package]
edition = "2021"
rust-version = "1.87"
name = "radio-utils-cw-decoder"
version = "0.1.1"
authors = ["Michal Zabielski <zabielski.michal@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Streaming CW (Morse) decoder — no_std, no alloc"
readme = "README.md"
keywords = [
"ham-radio",
"morse",
"cw",
"decoder",
"amateur-radio",
]
categories = [
"embedded",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sp5tls/radio-utils"
[lib]
name = "radio_utils_cw_decoder"
path = "src/lib.rs"
[dependencies.heapless]
version = "0.8"
default-features = false