# 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 = "electricui-embedded" version = "0.1.5" authors = ["Jon Lamb"] description = "An unofficial and incomplete `no_std` Rust library for implementing the ElectricUI Binary Protocol" documentation = "https://docs.rs/electricui-embedded" categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/jonlamb-gh/electricui-embedded-rs" resolver = "2" [dependencies.byteorder] version = "1.4" features = [] default-features = false [dependencies.corncobs] version = "0.1" [dependencies.crc] version = "2.1" [dependencies.err-derive] version = "0.3" features = [] default-features = false [dependencies.static_assertions] version = "1.1" features = [] default-features = false [dev-dependencies.approx] version = "0.5" [dev-dependencies.ctrlc] version = "3.2" [dev-dependencies.pretty_assertions] version = "1.1" [dev-dependencies.proptest] version = "1.0" features = ["std"] default-features = false [dev-dependencies.serial] version = "0.4" [dev-dependencies.structopt] version = "0.3"