[package] name = "simple-aprs" version = "0.3.2" authors = ["Dave Lewis "] edition = "2018" 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" exclude = [".gitignore"] [dependencies] async-stream = "0.3" aprs-parser = "0.4" bytes = "1.0.0" futures = "0.3" log = "0.4.11" thiserror = "1.0" tokio = { version = "1.0.0", default-features=false, features=["macros", "net", "rt-multi-thread", "time"] } tokio-util = { version = "0.7.4", features = ["codec"] } [dev-dependencies] arguments = "0.6.2" pretty_env_logger = "0.4"