rpi-host 0.1.1

A library to control Raspberry Pi 5 wireless interface for switching between hotspot and client modes
Documentation
# 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"
rust-version = "1.70"
name = "rpi-host"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to control Raspberry Pi 5 wireless interface for switching between hotspot and client modes"
documentation = "https://docs.rs/rpi-host"
readme = "README.md"
keywords = [
    "raspberry-pi",
    "wifi",
    "hotspot",
    "networking",
    "embedded",
]
categories = [
    "hardware-support",
    "network-programming",
    "embedded",
]
license = "MIT"
repository = "https://github.com/jmcguigs/rpi-host"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.env_logger]
version = "0.11"