# 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 = "ble-data-struct" version = "0.2.1" authors = ["im97mori-github "] description = "BLE data struct for Rust" homepage = "https://github.com/im97mori-github/ble-data-struct-rust" readme = "README.md" keywords = [ "bluetooth", "ble", ] categories = [ "data-structures", "parsing", "os::windows-apis", ] license = "MIT" repository = "https://github.com/im97mori-github/ble-data-struct-rust.git" [dependencies.uuid] version = "1.4.1" [dependencies.windows] version = "0.54.0" features = [ "Win32_Foundation", "Win32_System_Threading", "Storage_Streams", "Foundation", "Devices_Bluetooth", "Devices_Bluetooth_Advertisement", "Devices_Bluetooth_GenericAttributeProfile", "Foundation_Collections", ]