# 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 = "apple-ble" version = "0.2.2" description = "A library for interfacing with apple devices via BLE." readme = "README.md" license = "MIT AND Apache-2.0" repository = "https://github.com/Frostie314159/apple-ble" [[bin]] name = "cli" [dependencies.async-trait] version = "0.1.58" [dependencies.bluer] version = "0.15.3" features = ["bluetoothd"] [dependencies.clap] version = "4.0.29" optional = true [dependencies.config] version = "0.13.2" [dependencies.eui48] version = "1.1.0" default-features = false [dependencies.futures] version = "0.3.25" [dependencies.sha2] version = "0.10.6" [dependencies.sudo] version = "0.6.0" [dependencies.systemctl] version = "0.1.8" [dependencies.tokio] version = "1.22.0" features = ["full"] [dependencies.uuid] version = "1.2.2" features = ["v4"] [features] cli = ["dep:clap"] default = [] enable_afit = []