zenkey 0.2.0

Executable form of the keyspace-v2 Zenoh semantic convention: typed key grammar, origin minting, slugs, QoS profiles, registry slices
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.88"
name = "zenkey"
version = "0.2.0"
authors = ["Marc Pardo <p13marc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Executable form of the keyspace-v2 Zenoh semantic convention: typed key grammar, origin minting, slugs, QoS profiles, registry slices"
readme = "README.md"
keywords = [
    "zenoh",
    "keyspace",
    "semantic-convention",
    "pubsub",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/p13marc/zenkey"
resolver = "2"

[features]
default = ["zenoh"]
zenoh = ["dep:zenoh"]

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

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

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

[dependencies.dirs]
version = "5"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.zenoh-keyexpr]
version = "1"