[package]
edition = "2021"
name = "tauri-plugin-blew"
version = "0.1.0"
authors = ["Jake McGinty <me@jakebot.org>"]
build = "build.rs"
links = "tauri-plugin-blew"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri plugin for the blew BLE library"
readme = "README.md"
keywords = [
"bluetooth",
"ble",
"gatt",
"l2cap",
"tauri",
]
categories = [
"hardware-support",
"network-programming",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/mcginty/blew"
[lib]
name = "tauri_plugin_blew"
path = "src/lib.rs"
[dependencies.tauri]
version = "2"
[dependencies.tracing]
version = "0.1"
[build-dependencies.tauri-plugin]
version = "2"
features = ["build"]
[target.'cfg(target_os = "android")'.dependencies.blew]
version = "0.1.0-alpha.2"
[target.'cfg(target_os = "android")'.dependencies.jni]
version = "0.22"
[target.'cfg(target_os = "android")'.dependencies.ndk-context]
version = "0.1"