rustbridge-logging 0.6.2

Tracing to FFI callback bridge 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-logging"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tracing to FFI callback bridge for rustbridge"
readme = "README.md"
keywords = [
    "ffi",
    "plugin",
    "logging",
    "tracing",
    "callback",
]
categories = [
    "development-tools::ffi",
    "development-tools::debugging",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jrobhoward/rustbridge"
resolver = "2"

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

[dependencies.once_cell]
version = "1.21"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

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