# 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 = "2018" name = "simple-aprs" version = "0.3.2" authors = ["Dave Lewis "] exclude = [".gitignore"] description = "APRS Library to interact with APRS-IS servers" readme = "README.md" keywords = [ "aprs", "amateur-radio", ] license = "MIT" repository = "https://github.com/welshdave/simple-aprs.git" [dependencies.aprs-parser] version = "0.4" [dependencies.async-stream] version = "0.3" [dependencies.bytes] version = "1.0.0" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4.11" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0.0" features = [ "macros", "net", "rt-multi-thread", "time", ] default-features = false [dependencies.tokio-util] version = "0.7.4" features = ["codec"] [dev-dependencies.arguments] version = "0.6.2" [dev-dependencies.pretty_env_logger] version = "0.4"