# 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 = "minipac" version = "0.3.1" authors = ["Stephen D"] description = "A packet radio protocol, designed for ham radio. Similar in function to AX.25" readme = "README.md" license = "MIT" repository = "https://gitlab.scd31.com/stephen/minipac" [dependencies.crc] version = "2.1" [dependencies.kiss-tnc] version = "0.2.1" [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "rt", "sync", "tracing", "time", ] [dependencies.zstd] version = "0.9" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", "sync", "time", ]