palladium-runtime 0.2.1

High-performance multi-core actor runtime for Palladium
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 = "2021"
rust-version = "1.75"
name = "palladium-runtime"
version = "0.2.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance multi-core actor runtime for Palladium"
readme = false
license = "Apache-2.0"

[features]
aws-lc-rs = []
default = ["aws-lc-rs"]
ring = []

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

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

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

[[bench]]
name = "primitives"
path = "benches/primitives.rs"
harness = false

[dependencies.bincode]
version = "1"

[dependencies.core_affinity]
version = "0.8"

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.dashmap]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.generational-arena]
version = "0.2"

[dependencies.indexmap]
version = "2"

[dependencies.palladium-actor]
version = "0.2"
features = ["serde"]

[dependencies.palladium-federation]
version = "0.2"

[dependencies.palladium-transport]
version = "0.2"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.rustc-hash]
version = "2"

[dependencies.rustls]
version = "0.23"

[dependencies.s2n-quic]
version = "1.30"
features = ["provider-tls-rustls"]

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-rustls]
version = "0.26"

[dev-dependencies.colored]
version = "2"

[dev-dependencies.criterion]
version = "0.5"
features = [
    "html_reports",
    "async_tokio",
]

[dev-dependencies.rcgen]
version = "0.13"

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

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = ["sync"]

[build-dependencies.cc]
version = "1.0"

[lints.rust]
unsafe_code = "allow"