# 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 = "codemp-proto" version = "0.7.0" authors = [ "alemi ", "zaaarf ", "frelodev ", "cschen ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "protocol definitions for codemp -- code multiplexer" homepage = "https://codemp.dev" readme = "README.md" license = "GPL-3.0-only" [lib] name = "codemp_proto" path = "src/lib.rs" [dependencies.prost] version = "0.13" [dependencies.tonic] version = "0.12" [dependencies.uuid] version = "1.7" [build-dependencies.tonic-build] version = "0.12"