[dependencies.anyhow]
version = "1.0.81"
[dependencies.cursive]
version = "0.20.0"
[dependencies.log]
version = "0.4.21"
[dev-dependencies.clap]
features = ["derive"]
version = "4.5.3"
[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.2"
[profile.release]
overflow-checks = true