[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"