[package] name = "minitransfer" version = "0.2.1" edition = "2018" repository = "https://gitlab.scd31.com/stephen/minitransfer" authors = ["Stephen D"] description = "A utility for sending and receiving files over ham radio. Uses the minipac protocol" readme = "README.md" license = "MIT" categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] minipac = "0.3.1" clap = { version = "4", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } bincode = "1.2.1" tokio = { version = "1", features = ["full"] }