# # Copyright (c) 2022 ZettaScale Technology # # This program and the accompanying materials are made available under the # terms of the Eclipse Public License 2.0 which is available at # http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 # which is available at https://www.apache.org/licenses/LICENSE-2.0. # # SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 # # Contributors: # ZettaScale Zenoh Team, # [package] rust-version = "1.62.1" name = "zenoh-protocol-core" version = "0.7.0-rc" repository = "https://github.com/eclipse-zenoh/zenoh" homepage = "http://zenoh.io" authors = [ "kydos ", "Julien Enoch ", "Olivier Hécart ", "Luca Cominardi ", "Pierre Avital ", ] edition = "2018" license = " EPL-2.0 OR Apache-2.0" categories = ["network-programming"] description = "Internal crate for zenoh." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] complete_n = [] fuzzer = [] [dependencies] hex = "0.4.3" itertools = "0.10.5" lazy_static = "1.4.0" rand = "0.8.5" serde = "1.0.149" uhlc = "0.5.1" uuid = { version = "1.2.2", features = ["v4"] } zenoh-core = { version = "0.7.0-rc", path = "../zenoh-core/" } [dev-dependencies] criterion = "0.4.0" [[bench]] name = "key_expr_legacy_bench" harness = false [[bench]] name = "ke_benches" harness = false