# 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 = "zcat" version = "0.4.2" authors = ["Luca Cominardi"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "zcat: a netcat-inspired utility for zenoh" readme = "README.md" categories = ["network-programming"] license = "EPL-2.0" repository = "https://github.com/Mallets/zcat" [[bin]] name = "zat" path = "src/main.rs" [dependencies.clap] version = "4.5.22" features = [ "derive", "help", ] [dependencies.serde_json] version = "1.0.133" [dependencies.zenoh] version = "1.0.4" features = ["unstable"] [badges.maintenance] status = "actively-developed"