# 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-util" version = "1.0.2" authors = [ "kydos ", "Luca Cominardi ", "Pierre Avital ", ] 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" [dependencies.async-trait] version = "0.1.82" [dependencies.const_format] version = "0.2.33" [dependencies.flume] version = "0.11" [dependencies.home] version = "0.5.9" [dependencies.humantime] version = "2.1.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.libloading] version = "0.8" [dependencies.serde] version = "1.0.210" features = [ "derive", "default", ] default-features = false [dependencies.serde_json] version = "1.0.128" [dependencies.shellexpand] version = "3.1.0" [dependencies.tokio] version = "1.40.0" features = [ "time", "net", ] default-features = false [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "json", "env-filter", ] [dependencies.zenoh-core] version = "1.0.2" [dependencies.zenoh-result] version = "1.0.2" features = ["default"] default-features = false [dev-dependencies] [features] test = [] [target."cfg(unix)".dependencies.libc] version = "0.2.158" [target."cfg(unix)".dependencies.pnet_datalink] version = "0.35.0" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "iphlpapi", "winerror", ] [badges.maintenance] status = "actively-developed"