# 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 = "rgz_transport" version = "0.1.0" description = "A Rust implementation of gz-transport" license = "MIT OR Apache-2.0" repository = "https://github.com/tygoto/rgz" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.51" [dependencies.local-ip-address] version = "0.5.1" [dependencies.once_cell] version = "1.8.0" [dependencies.prost] version = "0.11.9" [dependencies.prost-types] version = "0.11.9" [dependencies.regex] version = "1.8.1" [dependencies.rgz_msgs] version = "0.1.0" [dependencies.socket2] version = "0.5.2" features = ["all"] [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.uuid] version = "1.3.1" features = ["v4"] [dependencies.whoami] version = "1.4.0" [dependencies.zmq] version = "0.10.0"