[package] name = "minipac" version = "0.3.1" edition = "2018" repository = "https://gitlab.scd31.com/stephen/minipac" authors = ["Stephen D"] description = "A packet radio protocol, designed for ham radio. Similar in function to AX.25" readme = "README.md" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] kiss-tnc = "0.2.1" thiserror = "1.0" rand = "0.8" zstd = "0.9" crc = "2.1" tokio = { version = "1.0", features = ["rt", "sync", "tracing", "time"] } [dev-dependencies] tokio = { version = "1", features = ["macros", "rt", "sync", "time"] }