# 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 = "supplicant" version = "0.1.0" authors = ["Jon Magnuson "] description = "Bindings for wpa_supplicant" documentation = "https://docs.rs/supplicant" readme = "README.md" keywords = [ "wpa_supplicant", "dbus", "wifi", "networking", "tokio", ] categories = [ "api-bindings", "asynchronous", "network-programming", "os::unix-apis", ] license = "MIT/Apache-2.0" repository = "https://github.com/jmagnuson/supplicant-rs" [dependencies.futures-util] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dependencies.zbus] version = "3.7" features = ["tokio"] default-features = false [dependencies.zvariant] version = "3" [dev-dependencies.macaddr] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"]