# 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" name = "zenoh-flow-standalone-daemon" version = "0.6.0-alpha" authors = ["ZettaScale Zenoh Team "] description = "A standalone Zenoh-Flow daemon." homepage = "https://github.com/eclipse-zenoh/zenoh-flow" readme = "README.md" categories = ["network-programming"] license = " EPL-2.0 OR Apache-2.0" repository = "https://github.com/eclipse-zenoh/zenoh-flow" [dependencies.anyhow] version = "1" [dependencies.async-std] version = "1.12" features = ["attributes"] [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.signal-hook] version = "0.3" [dependencies.signal-hook-async-std] version = "0.2" [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-subscriber] version = "0.3" [dependencies.uhlc] version = "0.6" [dependencies.zenoh] version = "0.10.1-rc" features = ["shared-memory"] [dependencies.zenoh-flow-commons] version = "0.6.0-alpha" [dependencies.zenoh-flow-daemon] version = "0.6.0-alpha"