actr-runtime 0.3.5

Thin business dispatch layer for Actor-RTC — wasm32-compatible
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.88"
name = "actr-runtime"
version = "0.3.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Thin business dispatch layer for Actor-RTC — wasm32-compatible"
readme = false
keywords = [
    "actor",
    "dispatch",
    "runtime",
    "wasm",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/actor-rtc/actr"
resolver = "2"

[features]
default = []
opentelemetry = []
test-utils = []

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

[dependencies.actr-framework]
version = "0.3.5"

[dependencies.actr-protocol]
version = "0.3.5"

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

[dependencies.bytes]
version = "1.10"

[dependencies.futures-util]
version = "0.3"

[dependencies.tracing]
version = "0.1"

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"