# 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 = "agones" version = "1.45.0" description = "The Rust SDK for Agones." homepage = "https://agones.dev/site/" documentation = "https://docs.rs/agones" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/googleforgames/agones" [dependencies.async-stream] version = "0.3.6" [dependencies.http] version = "1.1.0" [dependencies.prost] version = "0.13.3" [dependencies.prost-types] version = "0.13.3" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = [ "sync", "time", ] default-features = false [dependencies.tonic] version = "0.12.3" features = [ "codegen", "transport", "prost", ] default-features = false [build-dependencies.tonic-build] version = "0.12.3" features = [ "prost", "transport", ] default-features = false