rustbridge-runtime 0.6.2

Tokio async runtime integration for rustbridge
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 = "2024"
rust-version = "1.90"
name = "rustbridge-runtime"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tokio async runtime integration for rustbridge"
readme = "README.md"
keywords = [
    "ffi",
    "plugin",
    "async",
    "tokio",
    "runtime",
]
categories = [
    "development-tools::ffi",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jrobhoward/rustbridge"
resolver = "2"

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.rustbridge-core]
version = "0.6.2"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1.49"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]

[lints.clippy]
await_holding_lock = "deny"
expect_used = "warn"
unwrap_used = "warn"