# 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-nodes" version = "0.6.0-alpha.1" authors = ["ZettaScale Zenoh Team "] description = "Internal crate for Zenoh-Flow." homepage = "https://github.com/eclipse-zenoh/zenoh-flow" 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-trait] version = "0.1.50" [dependencies.bincode] version = "1.3" [dependencies.flume] version = "0.11" [dependencies.futures] version = "0.3.15" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.uhlc] version = "0.6" [dependencies.uuid] version = "1.1" features = [ "serde", "v4", ] [dependencies.zenoh-flow-commons] version = "0.6.0-alpha.1" [dependencies.zenoh-flow-derive] version = "0.6.0-alpha.1" [dev-dependencies.prost] version = "0.12" [dev-dependencies.serde_json] version = "1.0" [build-dependencies.rustc_version] version = "0.4.0"