# 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 = "blec" version = "0.3.4" description = "simple cross-platform ble client library based on btleplug" homepage = "https://github.com/MnlPhlp/blec" readme = "README.md" keywords = [ "ble", "client", "cross-platform", "btleplug", "simple", ] categories = [ "asynchronous", "os", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MnlPhlp/blec" [dependencies.btleplug] version = "0.11.0" [dependencies.futures] version = "0.3.28" [dependencies.jni] version = "0.19.0" [dependencies.jni-utils] version = "0.1.1" [dependencies.log] version = "0.4.19" [dependencies.once_cell] version = "1.18.0" [dependencies.thiserror] version = "1.0.43" [dependencies.tokio] version = "1.29.1" features = ["rt"] [dependencies.uuid] version = "1.4.0"