5 keywords = ["amateur", "radio", "m17", "ham"]
7 authors = ["Thomas Karpiniec <tom.karpiniec@outlook.com"]
8 repository = "https://code.octet-stream.net/m17rt"
9 description = "M17 digital radio - high level API, integration with sound cards, serial PTT and TCP/IP"
10 homepage = "https://octet-stream.net/p/m17rt/"
13 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
17 m17core = { path = "../m17core" }
19 serialport = {version = "4.7.0", default-features = false }