rustbridge-ffi 1.0.1

C ABI exports and FFI buffer management 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-ffi"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C ABI exports and FFI buffer management for rustbridge"
readme = "README.md"
keywords = [
    "ffi",
    "c-abi",
    "stable-abi",
    "cdylib",
    "bindings",
]
categories = [
    "development-tools::ffi",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jrobhoward/rustbridge"
resolver = "2"

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

[[test]]
name = "concurrency_tests"
path = "tests/concurrency_tests.rs"

[[test]]
name = "ffi_integration_tests"
path = "tests/ffi_integration_tests.rs"

[[test]]
name = "handle_leak_tests"
path = "tests/handle_leak_tests.rs"

[[test]]
name = "proptest_ffi"
path = "tests/proptest_ffi.rs"

[dependencies.dashmap]
version = "6.1"

[dependencies.once_cell]
version = "1.21"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.rustbridge-logging]
version = "1.0.1"

[dependencies.rustbridge-runtime]
version = "1.0.1"

[dependencies.rustbridge-transport]
version = "1.0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.50"
features = [
    "full",
    "sync",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.proptest]
version = "1.10"

[dev-dependencies.test-case]
version = "3.3"

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

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