[dependencies.defmt]
optional = true
version = "0.3"
[features]
defmt-03 = ["dep:defmt"]
[lib]
name = "wspr"
path = "src/lib.rs"
[package]
authors = ["Jeff Hlywa <jhlywa@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "WSPR encoder"
edition = "2021"
keywords = ["amateur-radio", "wspr", "no_std", "embedded"]
license = "MIT"
name = "wspr"
readme = "README.md"
repository = "https://github.com/jhlywa/wspr"
version = "0.1.0"