zenoh-keyexpr 1.8.0

Internal crate for zenoh.
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"
rust-version = "1.75.0"
name = "zenoh-keyexpr"
version = "1.8.0"
authors = [
    "Julien Enoch <julien@enoch.fr>",
    "Luca Cominardi <luca.cominardi@zettascale.tech>",
    "Olivier Hécart <olivier.hecart@zettascale.tech>",
    "Pierre Avital <pierre.avital@zettascale.tech>",
    "kydos <angelo@icorsaro.net>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal crate for zenoh."
homepage = "http://zenoh.io"
readme = "README.md"
categories = ["network-programming"]
license = "EPL-2.0 OR Apache-2.0"
repository = "https://github.com/eclipse-zenoh/zenoh"

[package.metadata.cargo-machete]
ignored = ["getrandom"]

[features]
default = ["std"]
internal = []
js = ["getrandom/js"]
std = [
    "dep:schemars",
    "zenoh-result/std",
]
unstable = []

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

[[bench]]
name = "keyexpr_tree"
path = "benches/keyexpr_tree.rs"
harness = false

[dependencies.getrandom]
version = "0.2"

[dependencies.keyed-set]
version = "1.1.0"

[dependencies.rand]
version = "0.8.5"
features = [
    "alloc",
    "getrandom",
]
default-features = false

[dependencies.schemars]
version = "1.1.0"
features = ["either1"]
optional = true

[dependencies.serde]
version = "1.0.225"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.token-cell]
version = "2.0.0"
default-features = false

[dependencies.zenoh-result]
version = "=1.8.0"
default-features = false

[dev-dependencies.ahash]
version = "0.8.12"
default-features = true

[dev-dependencies.criterion]
version = "0.7.0"

[dev-dependencies.lazy_static]
version = "1.5.0"

[dev-dependencies.rand]
version = "0.8.5"
features = ["default"]
default-features = false

[dev-dependencies.test-case]
version = "3.3.1"

[target.'cfg(not(features = "std"))'.dependencies.hashbrown]
version = "0.16.0"