# 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-ext"
version = "1.2.1"
authors = [
    "kydos <angelo@icorsaro.net>",
    "Julien Enoch <julien@enoch.fr>",
]
description = "Zenoh: extensions to the client API."
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.docs.rs]
features = ["unstable"]

[dependencies.async-trait]
version = "0.1.82"

[dependencies.bincode]
version = "1.3.3"

[dependencies.flume]
version = "0.11"

[dependencies.futures]
version = "0.3.30"

[dependencies.leb128]
version = "0.2"

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

[dependencies.tokio]
version = "1.40.0"
features = [
    "rt",
    "sync",
    "time",
    "macros",
    "io-std",
]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.uhlc]
version = "0.8.0"
default-features = false

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

[dependencies.zenoh-macros]
version = "1.2.1"

[dependencies.zenoh-util]
version = "1.2.1"

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

[dev-dependencies.zenoh-config]
version = "1.2.1"

[features]
internal = []
unstable = [
    "zenoh/unstable",
    "zenoh/internal",
]

[badges.maintenance]
status = "actively-developed"