kompact 0.12.0

Kompact is a Rust implementation of the Kompics component model combined with the Actor model.
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.94.1"
name = "kompact"
version = "0.12.0"
authors = [
    "Lars Kroll <lkroll@kth.se>",
    "Johan Mickos <johanmi@kth.se>",
    "Max Meldrum <mmeldrum@kth.se>",
    "Adam Hasselberg <adamhas@kth.se>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kompact is a Rust implementation of the Kompics component model combined with the Actor model."
homepage = "https://kompics.github.io/kompact/"
readme = "README.md"
keywords = [
    "actor",
    "kompics",
    "component",
    "async",
]
categories = [
    "asynchronous",
    "concurrency",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/kompics/kompact"

[badges.maintenance]
status = "actively-developed"

[features]
default = [
    "slog/max_level_trace",
    "slog/release_max_level_info",
    "use_local_executor",
]
distributed = []
implicit_routes = ["distributed"]
low_latency = ["executors/ws-no-park"]
ser_id_16 = ["distributed"]
ser_id_32 = ["distributed"]
ser_id_64 = ["distributed"]
ser_id_8 = ["distributed"]
serde_support = [
    "serde",
    "bytes/serde",
    "distributed",
]
silent_logging = [
    "slog/max_level_info",
    "slog/release_max_level_error",
]
thread_pinning = [
    "core_affinity",
    "executors/numa-aware",
]
type_erasure = []
use_local_executor = []

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

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

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

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

[dependencies.arc-swap]
version = "1.9"

[dependencies.async-std]
version = "1.13"

[dependencies.byte-unit]
version = "5"

[dependencies.bytes]
version = "1.11"

[dependencies.core_affinity]
version = "0.8"
optional = true

[dependencies.crossbeam-channel]
version = "0.5"

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

[dependencies.crossbeam-utils]
version = "0.8"

[dependencies.executors]
version = "0.10"

[dependencies.futures]
version = "0.3"

[dependencies.hierarchical_hash_wheel_timer]
version = "1.4"

[dependencies.humantime]
version = "2"

[dependencies.ipnet]
version = "2.12"

[dependencies.kompact-actor-derive]
version = "0.12.0"

[dependencies.kompact-component-derive]
version = "0.12.0"

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.16"

[dependencies.num_cpus]
version = "1"

[dependencies.oncemutex]
version = "0.1"

[dependencies.owning_ref]
version = "0.4"

[dependencies.protobuf]
version = "3"
features = ["with-bytes"]
optional = true

[dependencies.regex]
version = "1"

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

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.slog]
version = "2"

[dependencies.slog-async]
version = "2"

[dependencies.slog-term]
version = "2"

[dependencies.snafu]
version = "0.9"

[dependencies.synchronoise]
version = "1.0"

[dependencies.toml]
version = "1"

[dependencies.uuid]
version = "1.23"
features = ["v4"]

[dev-dependencies.rustversion]
version = "1.0"

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

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.trybuild]
version = "1.0"
features = ["diff"]

[build-dependencies.rustc_version]
version = "0.4"