zenoh-task 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-task"
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"

[features]
tracing-instrument = ["zenoh-runtime/tracing-instrument"]

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

[dependencies.futures]
version = "0.3.31"

[dependencies.tokio]
version = "1.47.1"
features = [
    "default",
    "sync",
]
default-features = false

[dependencies.tokio-util]
version = "0.7.16"
features = ["rt"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.zenoh-core]
version = "=1.8.0"

[dependencies.zenoh-runtime]
version = "=1.8.0"