tauri-plugin-blew 0.1.0

Tauri plugin for the blew BLE library
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 = "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"