plexor-codec-capnp 0.1.0-alpha.2

Cap'n Proto codec implementation for the Plexo distributed system architecture.
# 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"
name = "plexor-codec-capnp"
version = "0.1.0-alpha.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cap'n Proto codec implementation for the Plexo distributed system architecture."
readme = "README.md"
keywords = [
    "plexo",
    "codec",
    "capnp",
    "serialization",
    "distributed",
]
categories = [
    "encoding",
    "network-programming",
]
license = "MPL-2.0"
repository = "https://gitlab.com/plexo/plexor"
resolver = "2"

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

[[example]]
name = "capnp_neuron"
path = "examples/capnp_neuron.rs"

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

[dependencies.capnp]
version = "0.20.6"

[dependencies.capnp_conv]
version = "0.3.2"

[dependencies.plexor-core]
version = "0.1.0-alpha.2"

[dev-dependencies.tokio]
version = "1.49.0"
features = ["full"]

[build-dependencies.capnpc]
version = "0.20.1"