tloop 0.0.3

Tauri plugin for Arduino integration — flash firmware, stream serial data, detect boards from your desktop app
# 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 = "tloop"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri plugin for Arduino integration — flash firmware, stream serial data, detect boards from your desktop app"
readme = false
keywords = [
    "tauri",
    "arduino",
    "serial",
    "firmware",
    "iot",
]
categories = [
    "gui",
    "embedded",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/s7lver2/loop"

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

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serialport]
version = "4"

[dependencies.tauri]
version = "2"
features = []

[dependencies.thiserror]
version = "1"

[dependencies.tloop-arduino]
version = "0.0.3"

[dependencies.tloop-config]
version = "0.0.3"

[dependencies.tloop-preprocess]
version = "0.0.3"

[dependencies.tokio]
version = "1"
features = ["full"]