m17app 0.1.0

M17 digital radio - high level API, integration with sound cards, serial PTT and TCP/IP
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "m17app"
version = "0.1.0"
authors = ["Thomas Karpiniec <tom.karpiniec@outlook.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "M17 digital radio - high level API, integration with sound cards, serial PTT and TCP/IP"
homepage = "https://octet-stream.net/p/m17rt/"
readme = "README.md"
keywords = [
    "amateur",
    "radio",
    "m17",
    "ham",
]
license = "MIT"
repository = "https://code.octet-stream.net/m17rt"

[lib]
name = "m17app"
path = "src/lib.rs"

[dependencies.cpal]
version = "0.15.3"

[dependencies.log]
version = "0.4.22"

[dependencies.m17core]
version = "0.1"

[dependencies.serialport]
version = "4.7.0"
default-features = false

[dependencies.thiserror]
version = "2.0.11"