# 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 = "libwifi" version = "0.3.1" authors = ["Arne Beer "] description = "A library for parsing IEEE 802.11 frames and handling wifi interfaces." homepage = "https://github.com/nukesor/libwifi" documentation = "https://docs.rs/libwifi/" readme = "README.md" keywords = [ "wifi", "802_11", "parser", "frame", ] license = "MIT" repository = "https://github.com/nukesor/libwifi" resolver = "2" [profile.release] lto = true codegen-units = 1 [[bench]] name = "parse_beacon" harness = false [[bench]] name = "parse_data" harness = false [dependencies.enum_dispatch] version = "0.3" [dependencies.libwifi_macros] version = "0.0.2" [dependencies.log] version = "0.4" [dependencies.nom] version = "7" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.rand] version = "0.8"