# 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 = "ya-sb-proto" version = "0.6.2" authors = ["Golem Factory "] description = "Golem Service Bus Protocol messages" homepage = "https://github.com/golemfactory/ya-service-bus/crates/proto" license = "LGPL-3.0" repository = "https://github.com/golemfactory/ya-service-bus" [dependencies.bytes] version = "1" [dependencies.prost] version = "0.10" [dependencies.thiserror] version = "1.0.9" [dependencies.tokio] version = "1" features = ["sync"] optional = true [dependencies.tokio-util] version = "0.7" features = ["codec"] optional = true [dependencies.url] version = "2.1.1" [dev-dependencies.serial_test] version = "2.0.0" [build-dependencies.prost-build] version = "0.10" [features] default = ["with-codec"] with-codec = [ "tokio-util", "tokio", ]