wardriving-driver 0.1.1

HackXPansion driver for war driving module
# 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 = "2024"
name = "wardriving-driver"
version = "0.1.1"
build = false
exclude = [
    "docs/*",
    "*.png",
    "*.svg",
    "README_DEV.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HackXPansion driver for war driving module"
readme = false
license = "MIT"

[lib]
name = "wardriving_driver"
path = "src/lib.rs"

[dependencies.embassy-sync]
version = "0.8.0"

[dependencies.embedded-io-async]
version = "0.7.0"

[dependencies.heapless]
version = "0.9.3"

[dependencies.xpanse-api]
version = "0.2.2"