# 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-plugin" version = "0.5.0-alpha.4" authors = ["ZettaScale Zenoh Team "] description = "Zenoh-Flow: a Zenoh-based data flow programming framework for computations that span from the cloud to the device." 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" resolver = "1" [package.metadata.deb] assets = [ [ "/usr/lib/libzenoh_plugin_zenoh_flow.so", "644", "target/release/libzenoh_plugin_zenoh_flow.so", ], [ "../zenoh-flow-daemon/etc/extensions.d/placeholder", "/etc/zenoh-flow/extensions.d/placeholder", "644", ], [ "../zenoh-flow-daemon/var/*", "/var/zenoh-flow", "644", ], [ "/etc/zenoh-flow/zenoh-zf-plugin.json", "644", "etc/zenoh-zf-plugin.json", ], ] copyright = "2021 - 2023 ZettaScale Technology Inc." depends = "$auto, zenohd (=0.7.0-rc)" license-file = [ "../LICENSE", "0", ] maintainer = "zenoh-dev@eclipse.org" name = "zenoh-plugin-zenoh-flow" section = "net" [lib] name = "zenoh_plugin_zenoh_flow" crate-type = ["cdylib"] [dependencies.async-std] version = "=1.12.0" [dependencies.async-trait] version = "0.1.57" [dependencies.clap] version = "4.0" [dependencies.env_logger] version = "0.10" [dependencies.flume] version = "0.10.14" [dependencies.futures] version = "0.3.24" [dependencies.git-version] version = "0.3.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.zenoh] version = "0.7.2-rc" features = ["unstable"] [dependencies.zenoh-collections] version = "0.7.2-rc" [dependencies.zenoh-core] version = "0.7.2-rc" [dependencies.zenoh-ext] version = "0.7.2-rc" features = ["unstable"] [dependencies.zenoh-flow] version = "0.5.0-alpha.4" [dependencies.zenoh-flow-daemon] version = "0.5.0-alpha.4" [dependencies.zenoh-plugin-trait] version = "0.7.2-rc" default-features = false [build-dependencies.rustc_version] version = "0.4" [features] default = ["no_mangle"] no_mangle = ["zenoh-plugin-trait/no_mangle"]