dioxus-blec 0.17.0

blec, the cross platform BLE client, for Dioxus: hooks and signals, plus the android permissions
# 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"
rust-version = "1.80.0"
name = "dioxus-blec"
version = "0.17.0"
authors = ["Manuel Philipp"]
build = false
exclude = [
    "/android/build",
    "/android/.gradle",
    "/android/.tauri",
    "/android/gradle",
    "/android/gradlew",
    "/android/gradlew.bat",
    "/android/local.properties",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "blec, the cross platform BLE client, for Dioxus: hooks and signals, plus the android permissions"
homepage = "https://github.com/MnlPhlp/tauri-plugin-blec"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/MnlPhlp/tauri-plugin-blec"

[package.metadata.docs.rs]
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
default-target = "x86_64-unknown-linux-gnu"
targets = [
    "x86_64-pc-windows-msvc",
    "x86_64-unknown-linux-gnu",
    "x86_64-apple-darwin",
    "x86_64-linux-android",
    "x86_64-apple-ios",
]

[features]
mock = ["blec/mock"]

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

[dependencies.blec]
version = "0.17.0"

[dependencies.dioxus]
version = "0.7"
features = [
    "hooks",
    "signals",
]
default-features = false

[dependencies.tokio]
version = "1.40.0"
features = ["sync"]

[dependencies.tracing]
version = "0.1.40"

[dependencies.uuid]
version = "1.11.0"

[dev-dependencies.dioxus]
version = "0.7"
features = [
    "hooks",
    "signals",
    "macro",
    "html",
]
default-features = false

[target.'cfg(target_os = "android")'.dependencies.manganis]
version = "0.7"