# 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 = "bluesniff" version = "1.0.0" authors = ["0x646e73 (DNS)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast and simple Bluetooth scanner which uses the btleplug library to scan for nearby Bluetooth devices." homepage = "https://github.com/0x646e73/bluesniff#readme" readme = "README.md" keywords = [ "bluetooth", "scanner", "rust", "bluesniff", "0x646e73", ] categories = [ "network-programming", "hardware-support", ] license = "MIT" repository = "https://github.com/0x646e73/bluesniff" [[bin]] name = "bluesniff" path = "src/main.rs" [dependencies.btleplug] version = "0.11.6" [dependencies.tokio] version = "1" features = ["full"]