cell-core 0.4.1

Core primitives for the Cell distributed computing framework
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"
name = "cell-core"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core primitives for the Cell distributed computing framework"
readme = false
keywords = [
    "distributed",
    "actor",
    "rpc",
    "zero-copy",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/Leif-Rydenfalk/cell"

[features]
default = ["std"]
rkyv = ["dep:rkyv"]
serde = ["dep:serde"]
std = []

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

[dependencies.rkyv]
version = "0.7"
features = ["size_32"]
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
default-features = false