# 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 = "wurth-calypso" version = "0.1.1" authors = [ "The Team Arrow Racing Association firmware development team", "Liam Kinne ", ] description = "Driver for the Würth Elektronik Calypso Wi-Fi radio module." documentation = "https://docs.rs/wurth-calypso/latest/wurth_calypso/" readme = "README.md" categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/team-arrow-racing/wurth-calypso-rs" [lib] name = "wurth_calypso" [dependencies.atat] version = "0.20.0" features = [ "async", "log", ] [dependencies.embedded-hal] version = "0.2.7" [dependencies.heapless] version = "0.7.16" [dev-dependencies.embassy-time] version = "0.2" features = [ "std", "generic-queue", ] [dev-dependencies.embedded-io] version = "0.6" features = ["std"] [dev-dependencies.embedded-io-adapters] version = "0.6" features = ["tokio-1"] [dev-dependencies.env_logger] version = "0.10.1" [dev-dependencies.tokio] version = "1.35.0" features = [ "rt-multi-thread", "macros", "time", ] [dev-dependencies.tokio-serial] version = "5.4.4" [features] defmt = ["heapless/defmt"]