zenkey-fleet 0.2.0

Fleet engine for keyspace-v2 Zenoh tooling: disciplined fan-in queries, liveliness roster, registry-slice sets, schema-aware decode, live key-tree monitoring — the shared core of zenctl and zengui
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.97"
name = "zenkey-fleet"
version = "0.2.0"
authors = ["Marc Pardo <p13marc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fleet engine for keyspace-v2 Zenoh tooling: disciplined fan-in queries, liveliness roster, registry-slice sets, schema-aware decode, live key-tree monitoring — the shared core of zenctl and zengui"
readme = "README.md"
keywords = [
    "zenoh",
    "keyspace",
    "explorer",
    "fleet",
]
categories = [
    "network-programming",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/p13marc/zenkey"
resolver = "2"

[features]
decode = ["zenkey/decode"]
decode-protobuf = ["zenkey/decode-protobuf"]
default = ["decode"]

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

[dependencies.anyhow]
version = "1"

[dependencies.arc-swap]
version = "1"

[dependencies.ciborium]
version = "0.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.zenkey]
version = "0.4.0"
features = ["schema"]

[dependencies.zenoh]
version = "1.9"
features = ["unstable"]

[dependencies.zenoh-ext]
version = "1.9"
features = ["unstable"]

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