# 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 = "minitransfer" version = "0.2.1" authors = ["Stephen D"] description = "A utility for sending and receiving files over ham radio. Uses the minipac protocol" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.scd31.com/stephen/minitransfer" [dependencies.bincode] version = "1.2.1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.minipac] version = "0.3.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"]