[package]
edition = "2021"
name = "android-bluetooth-serial"
version = "0.2.0"
authors = ["wuwbobo2021 <wuwbobo@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This crate is obsolete. Please use the 'bluetooth_rust' crate."
readme = "README.md"
keywords = [
"bluetooth",
"rfcomm",
"spp",
"android",
]
categories = [
"api-bindings",
"hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wuwbobo2021/android-bluetooth-serial-rs"
[package.metadata.docs.rs]
default-target = "aarch64-linux-android"
targets = ["aarch64-linux-android"]
[lib]
name = "android_bluetooth_serial"
path = "lib.rs"
[dependencies]