# 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 = "2018" name = "ya-relay-proto" version = "0.4.3" authors = ["Golem Factory "] description = "Golem relay messages" homepage = "https://github.com/golemfactory/ya-relay/crates/proto" license = "LGPL-3.0" repository = "https://github.com/golemfactory/ya-relay" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1" optional = true [dependencies.derive_more] version = "0.99" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.hex] version = "0.4" [dependencies.prost] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1.0" optional = true [dependencies.tokio] version = "1" features = ["sync"] optional = true [dependencies.tokio-util] version = "0.7" features = ["codec"] optional = true [dependencies.ya-relay-util] version = "0.1" [dev-dependencies.tokio] version = "1" features = [ "macros", "sync", "time", ] [build-dependencies.prost-build] version = "0.12" [build-dependencies.protoc-prebuilt] version = "0.2.0" [features] codec = [ "futures", "tokio", "tokio-util", "bytes", "derive_more", "thiserror", ] default = ["codec"]