agones.dev/agones@v1.54.0/sdks/rust/Cargo.toml (about)

     1  # Copyright 2023 Google LLC All Rights Reserved.
     2  #
     3  # Licensed under the Apache License, Version 2.0 (the "License");
     4  # you may not use this file except in compliance with the License.
     5  # You may obtain a copy of the License at
     6  #
     7  #     http://www.apache.org/licenses/LICENSE-2.0
     8  #
     9  # Unless required by applicable law or agreed to in writing, software
    10  # distributed under the License is distributed on an "AS IS" BASIS,
    11  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  # See the License for the specific language governing permissions and
    13  # limitations under the License.
    14  
    15  [package]
    16  name = "agones"
    17  version = "1.54.0-dev"
    18  edition = "2021"
    19  description = "The Rust SDK for Agones."
    20  license = "Apache-2.0"
    21  repository = "https://github.com/googleforgames/agones"
    22  documentation = "https://docs.rs/agones"
    23  homepage = "https://agones.dev/site/"
    24  
    25  [dependencies]
    26  async-stream = "0.3.6"
    27  http = "1.1.0"
    28  prost = "0.13.3"
    29  prost-types = "0.13.3"
    30  thiserror = "1.0.64"
    31  
    32  [dependencies.tokio]
    33  version = "1.40.0"
    34  default-features = false
    35  features = ["sync", "time"]
    36  
    37  [dependencies.tonic]
    38  version = "0.12.3"
    39  default-features = false
    40  features = ["codegen", "transport", "prost"]
    41  
    42  [build-dependencies.tonic-build]
    43  version = "0.12.3"
    44  default-features = false
    45  features = ["prost", "transport"]