vox 0.2.2

Core Vox library crate
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"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core Vox library crate"
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 = ["runtime"]
runtime = ["dep:vox-core"]

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

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

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

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

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

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

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

[dependencies.tracing]
version = "0.1"

[dependencies.vox-core]
version = "0.2.2"
optional = true

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

[dependencies.vox-service-macros]
version = "0.2.2"

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

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

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

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]