agw 0.1.7

AGW protocol implementation
Documentation
[dependencies.anyhow]
version = "1.0.81"

[dependencies.log]
version = "0.4.21"
[dev-dependencies.clap]
features = ["derive"]
version = "4.5.3"

[dev-dependencies.cursive]
version = "0.20.0"

[dev-dependencies.simple-logging]
version = "2.0.2"

[dev-dependencies.stderrlog]
version = "0.6.0"

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

[package]
authors = ["Thomas Habets <thomas@habets.se>"]
description = "AGW protocol implementation"
edition = "2021"
keywords = ["radio"]
license = "MIT"
name = "agw"
readme = "README.md"
repository = "https://github.com/ThomasHabets/agw"
version = "0.1.7"
[profile.release]
overflow-checks = true