# 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 = "agw" version = "0.1.9" authors = ["Thomas Habets "] description = "AGW protocol implementation" readme = "README.md" keywords = ["radio"] license = "MIT" repository = "https://github.com/ThomasHabets/agw" [profile.release] overflow-checks = true [lib] name = "agw" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.log] version = "0.4.21" [dev-dependencies.backtrace] version = "0.3.71" [dev-dependencies.chrono] version = "0.4.37" features = ["serde"] [dev-dependencies.clap] version = "4.5.3" features = ["derive"] [dev-dependencies.cursive] version = "0.20.0" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.115" [dev-dependencies.stderrlog] version = "0.6.0"