# 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 = "awdl-frame-parser" version = "0.3.8" authors = ["Frostie314159"] description = "A parser for AWDL data and action frames." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Frostie314159/awdl-frame-parser" [[bench]] name = "awdl_frame_parser" harness = false [dependencies.bitfield-struct] version = "0.6.0" [dependencies.ether-type] version = "0.1.3" [dependencies.mac-parser] version = "0.1.4" [dependencies.macro-bits] version = "0.1.5" [dependencies.num-integer] version = "0.1.45" default-features = false [dependencies.scroll] version = "0.12.0" default-features = false [dependencies.tlv-rs] version = "0.2.3" [dependencies.try_take] version = "0.1.0" [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"]