[package] name = "kiss-tnc" version = "0.2.2" edition = "2018" license = "MIT" repository = "https://gitlab.scd31.com/stephen/kiss-tnc" readme = "README.md" description = "A library to connect to KISS TNCs, such as Direwolf" authors = ["Stephen D"] keywords = ["ham", "radio", "packet", "afsk", "ax25"] categories = ["network-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0" tokio = { version = "1", features = ["net", "io-util"] } [dev-dependencies] tokio = { version = "1", features = ["net", "io-util", "macros", "rt", "sync"] } tokio-test = "0.4"