# 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.66.1" name = "zenoh-ext-examples" version = "0.11.0-rc.1" authors = [ "kydos ", "Julien Enoch ", ] description = "Internal crate for zenoh" homepage = "http://zenoh.io" categories = ["network-programming"] license = "EPL-2.0 OR Apache-2.0" repository = "https://github.com/eclipse-zenoh/zenoh" [package.metadata.docs.rs] features = ["unstable"] [[example]] name = "z_query_sub" path = "examples/z_query_sub.rs" [[example]] name = "z_pub_cache" path = "examples/z_pub_cache.rs" [[example]] name = "z_member" path = "examples/z_member.rs" [[example]] name = "z_view_size" path = "examples/z_view_size.rs" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.4.11" features = [ "derive", "derive", ] [dependencies.flume] version = "0.11" [dependencies.futures] version = "0.3.25" [dependencies.serde] version = "1.0.154" features = [ "derive", "default", ] default-features = false [dependencies.tokio] version = "1.35.1" features = [ "rt", "sync", "time", "macros", "io-std", ] default-features = false [dependencies.tracing] version = "0.1" [dependencies.zenoh] version = "0.11.0-rc.1" features = ["unstable"] default-features = false [dependencies.zenoh-ext] version = "0.11.0-rc.1" [dependencies.zenoh-util] version = "0.11.0-rc.1" [features] default = [] unstable = [] [badges.maintenance] status = "actively-developed"