# 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 = "quilkin-proto" version = "0.9.0" description = "Quilkin is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and more." homepage = "https://github.com/googleforgames/quilkin" license = "Apache-2.0" repository = "https://github.com/googleforgames/quilkin" [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12" [dependencies.tonic] version = "0.11" [lints.clippy] undocumented_unsafe_blocks = "deny"