# 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 = "protosocket-prost" version = "0.6.1" authors = ["kvc0"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Message-oriented nonblocking tcp stream - protocol buffers bindings" readme = "README.md" keywords = [ "tcp", "protobuf", "service", "performance", ] categories = ["web-programming"] license = "Apache-2.0" repository = "https://github.com/kvc0/protosocket" [lib] name = "protosocket_prost" path = "src/lib.rs" [dependencies.bytes] version = "1.6" [dependencies.log] version = "0.4" [dependencies.prost] version = "0.13" [dependencies.protosocket] version = "0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.39" features = [ "net", "rt", "rt", ]