# 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 = "2021" rust-version = "1.73" name = "zmodem2" version = "0.1.2" authors = [ "jarkkojs", "aarbuzov", ] description = "ZMODEM file transfer protocol" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://codeberg.org/jarkko/zmodem2.git" [[example]] name = "rzm" [[example]] name = "szm" [dependencies.bitflags] version = "2.4.1" [dependencies.crc] version = "3.0.1" [dependencies.heapless] version = "0.8.0" [dependencies.hex] version = "0.4.3" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.strum_macros] version = "0.25.3" features = [] [dependencies.tinyvec] version = "1.6.0" [dev-dependencies.clap] version = "4.4.8" features = ["derive"] [dev-dependencies.rstest] version = "0.18.2" [features] default = ["std"] std = []