# 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 = "wifi-nina" version = "0.1.2" authors = ["David Flemström "] description = "An embedded driver for ublox NINA-W10-based WiFi boards (using ESP32), present on some Arduinos, or using the Adafruit AirLift series of chips" keywords = ["wifi", "embedded", "airlift", "esp32", "embedded-hal-driver"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/dflemstr/wifi-nina/" [dependencies.arrayvec] version = "0.5.1" default-features = false [dependencies.byteorder] version = "1.3.4" default-features = false [dependencies.embedded-hal] version = "0.2.4" features = ["unproven"] [dependencies.itertools] version = "0.9.0" default-features = false [dependencies.log] version = "0.4.11" default-features = false [dependencies.nb] version = "0.1.2" default-features = false [dependencies.no-std-net] version = "0.4.0" default-features = false [dependencies.num_enum] version = "0.5.1" default-features = false