# 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 = "zenohd" version = "1.1.0" authors = [ "kydos ", "Julien Enoch ", "Olivier Hécart ", "Luca Cominardi ", "Pierre Avital ", ] description = "Zenoh: The Zero Overhead Pub/Sub/Query Protocol." 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.deb] assets = [ [ "target/release/zenohd", "/usr/bin/", "755", ], [ ".service/zenohd.json5", "/etc/zenohd/", "644", ], [ ".service/zenohd.service", "/lib/systemd/system/zenohd.service", "644", ], ] copyright = "2024 ZettaScale Technology" depends = "$auto" license-file = [ "../LICENSE", "0", ] maintainer = "zenoh-dev@eclipse.org" maintainer-scripts = ".deb" name = "zenohd" section = "net" [dependencies.clap] version = "4.5.17" features = [ "derive", "derive", ] [dependencies.futures] version = "0.3.30" [dependencies.git-version] version = "0.3.9" [dependencies.json5] version = "0.4.1" [dependencies.lazy_static] version = "1.5.0" [dependencies.tokio] version = "1.40.0" features = ["rt-multi-thread"] default-features = false [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "json", "env-filter", ] [dependencies.zenoh] version = "1.1.0" features = [ "unstable", "internal", "plugins", "runtime_plugins", "internal_config", ] default-features = false [dependencies.zenoh-config] version = "1.1.0" [dependencies.zenoh-util] version = "1.1.0" [dev-dependencies.rand] version = "0.8.5" features = ["default"] default-features = false [build-dependencies.rustc_version] version = "0.4.1" [features] default = ["zenoh/default"] shared-memory = ["zenoh/shared-memory"]