vox-core 0.3.0

Core implementations: ReliableLink, ReliableAcceptor, Session
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.91"
name = "vox-core"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core implementations: ReliableLink, ReliableAcceptor, Session"
homepage = "https://github.com/bearcove/vox"
documentation = "https://docs.rs/vox"
readme = "README.md"
keywords = [
    "rpc",
    "ipc",
    "shared-memory",
    "serde",
    "networking",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/vox"
resolver = "2"

[package.metadata."docs.rs"]
rustdoc-args = [
    "--html-in-header",
    "arborium-header.html",
]

[features]
default = []
diagnostics = ["moire/diagnostics"]

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

[[bin]]
name = "generate_golden_vectors"
path = "src/bin/generate_golden_vectors.rs"

[dependencies.facet]
version = "0.44.3"
features = [
    "camino",
    "reflect",
]

[dependencies.facet-cbor]
version = "0.3.0"

[dependencies.facet-core]
version = "0.44.3"

[dependencies.facet-error]
version = "0.44.3"

[dependencies.facet-reflect]
version = "0.44.3"

[dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]

[dependencies.moire]
version = "1.0.0"

[dependencies.smallvec]
version = "1.15.1"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "rt",
    "time",
    "macros",
    "io-util",
]

[dependencies.tracing]
version = "0.1"

[dependencies.vox-postcard]
version = "0.3.0"

[dependencies.vox-types]
version = "0.3.0"

[dependencies.zerocopy]
version = "0.8"
features = ["derive"]

[dev-dependencies.facet-testhelpers]
version = "0.44.3"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "sync",
    "rt",
    "time",
    "macros",
    "io-util",
    "macros",
    "rt-multi-thread",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"