# 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 = "atwinc1500" version = "0.1.0" authors = ["Andrew Christiansen "] exclude = [ "/diagrams", "/tests", ] description = "A pure Rust, host driver for the Atwinc1500" readme = "README.md" keywords = ["atwinc1500"] categories = [ "no-std", "embedded", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/drewtchrist/atwinc1500-rs" resolver = "2" [dependencies.defmt] version = "0.3.0" [dependencies.embedded-hal] version = "0.2" features = ["unproven"] [dependencies.embedded-nal] version = "0.6" [dev-dependencies.embedded-hal-mock] version = "0.8.0"