# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "esp-01" version = "0.1.1" authors = ["TheZoq2 "] description = "Crate to communicate with the esp01 variant of the esp8266 module" readme = "README.md" keywords = ["embedded-hal", "esp8266", "esp01"] license = "MIT OR Apache-2.0" repository = "https://github.com/TheZoq2/esp01-rs" [dependencies.arrayvec] version = "0.4.11" default-features = false [dependencies.embedded-hal] version = "0.2.3" [dependencies.itoa] version = "0.4.4" default-features = false [dependencies.nb] version = "0.1.2"