vil_rt 0.2.2

VIL runtime facade — loan/publish/recv lifecycle, process registration, metrics
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 = "vil_rt"
version = "0.2.2"
authors = ["VIL Community"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VIL runtime facade — loan/publish/recv lifecycle, process registration, metrics"
homepage = "https://vastar.id/products/vil"
documentation = "https://vastar.id/docs/vil"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/OceanOS-id/VIL"

[lib]
name = "vil_rt"
crate-type = ["rlib"]
path = "src/lib.rs"

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

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

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

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

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

[dependencies.dashmap]
version = "5.5.3"

[dependencies.tokio]
version = "1.0"
features = [
    "sync",
    "rt",
    "macros",
]

[dependencies.tracing]
version = "0.1"

[dependencies.vil_log]
version = "0.2"

[dependencies.vil_net]
version = "0.2"

[dependencies.vil_obs]
version = "0.2"

[dependencies.vil_queue]
version = "0.2"

[dependencies.vil_registry]
version = "0.2"

[dependencies.vil_shm]
version = "0.2"

[dependencies.vil_types]
version = "0.2"