# 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 = "zncat" version = "0.2.1" authors = ["Lin, Hiang-Jui "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line relay for Zenoh" homepage = "https://github.com/NEWSLabNTU/zncat" readme = "README.md" categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/NEWSLabNTU/zncat.git" [[bin]] name = "zncat" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.eyre] version = "0.6.12" [dependencies.futures] version = "0.3.31" [dependencies.serde_json] version = "1.0.132" [dependencies.thiserror] version = "1.0.65" [dependencies.tokio] version = "1.41.0" features = [ "io-std", "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.16" features = ["io-util"] [dependencies.tracing] version = "0.1.40" [dependencies.zenoh] version = "1.0.0" features = ["unstable"] [features] shared-memory = ["zenoh/shared-memory"]