android-ble 0.1.1

Android Bluetooth API wrapper, currently supporting BLE client role operations.
Documentation
# 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 = "android-ble"
version = "0.1.1"
authors = ["wuwbobo2021 <wuwbobo@outlook.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Android Bluetooth API wrapper, currently supporting BLE client role operations.
"""
readme = "README.md"
keywords = [
    "bluetooth",
    "ble",
    "gatt",
    "android",
    "bluest",
]
categories = [
    "api-bindings",
    "hardware-support",
]
license = "BSD-2-Clause OR Apache-2.0"
repository = "https://github.com/wuwbobo2021/android-ble-rs"

[package.metadata.docs.rs]
features = ["serde"]
default-target = "aarch64-linux-android"
targets = ["aarch64-linux-android"]

[features]
serde = [
    "dep:serde",
    "uuid/serde",
]

[lib]
name = "android_ble"
path = "src/lib.rs"

[dependencies.async-broadcast]
version = "0.7.2"

[dependencies.async-channel]
version = "2.2.0"

[dependencies.async-lock]
version = "3.4.0"

[dependencies.futures-core]
version = "0.3.28"

[dependencies.futures-lite]
version = "1.13.0"

[dependencies.futures-timer]
version = "3.0.3"

[dependencies.java-spaghetti]
version = "0.2.0"

[dependencies.log]
version = "0.4.27"

[dependencies.ndk-context]
version = "0.1.1"

[dependencies.piper]
version = "0.2.4"

[dependencies.serde]
version = "1.0.143"
features = ["derive"]
optional = true

[dependencies.uuid]
version = "1.17.0"

[build-dependencies.android-build]
version = "0.1.3"