# 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.60.0" name = "waifai" version = "0.1.6" authors = [ "CosminPerRam [https://github.com/CosminPerRam]", "Inowattio [https://github.com/inowattio]", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interface with Wi-Fi networks." homepage = "https://github.com/inowattio" documentation = "https://docs.rs/waifai/latest/waifai/" readme = "README.md" keywords = [ "wifi", "hotspot", "nmcli", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/inowattio/waifai" [lib] name = "waifai" path = "src/lib.rs" [[example]] name = "waifai" path = "examples/waifai.rs" [dependencies.serde] version = "1.0" optional = true [features] default = [] serde = [ "dep:serde", "serde/derive", ]