# 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" name = "txmodems" version = "0.1.3" authors = ["Dom Rodriguez "] description = "Rust library for various MODEM file transfer protocols" readme = "README.md" keywords = [ "data-transfer", "MODEM", "file-transfer", "embedded", ] categories = ["embedded"] license = "MIT" repository = "https://github.com/Cosmo-CoDiOS/txmodems" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1.0.75" default-features = false [dependencies.core2] version = "0.4.0" default-features = false [dependencies.crc16] version = "0.4.0" [dependencies.thiserror-no-std] version = "2.0.2" [features] default = [] xmodem = [] ymodem = [] zmodem = []