# 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 = "esp8266-wifi-serial" version = "0.1.3" authors = ["Aleksei Sidorov "] description = "A driver to work with the esp8266 module over the serial port." documentation = "https://docs.rs/esp8266-wifi-serial/" keywords = ["no_std", "esp8266", "wifi", "driver", "network"] categories = ["no-std", "embedded", "network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/alekseysidorov/esp8266-wifi-serial" [dependencies.embedded-hal] version = "0.2" [dependencies.heapless] version = "0.7" [dependencies.nb] version = "1" [dependencies.no-std-net] version = "0.5" [dependencies.no-stdout] version = "0.1.0" [dependencies.nom] version = "6.1" default-features = false [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.simple-clock] version = "0.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.assert_matches] version = "1" [dev-dependencies.once_cell] version = "1" [dev-dependencies.serialport] version = "4.0" [features] integration_tests = []