iw 0.0.1

A safe, low level and easy to use abstraction for wireless interfaces
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 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 = "iw"
version = "0.0.1"
authors = ["Marcel Müller <neikos@neikos.email>"]
description = "A safe, low level and easy to use abstraction for wireless interfaces"
readme = "README.md"
keywords = ["wireless", "low-level", "wifi"]
categories = ["api-bindings"]
license = "MPL-2.0"
repository = "https://github.com/TheNeikos/iw"
[dependencies.libc]
version = "0.2.66"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.thiserror]
version = "1.0.9"
[build-dependencies.bindgen]
version = "0.52.0"