# 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 = "aws-gamelift-server-sdk-rs" version = "0.3.0" authors = ["Alexander Zaitsev "] description = "AWS GameLift Server SDK for Rust" documentation = "https://docs.rs/aws-gamelift-server-sdk-rs" readme = "README.adoc" keywords = ["aws", "gamelift"] license = "MIT" repository = "https://github.com/ZaMaZaN4iK/aws-gamelift-server-sdk-rs" resolver = "2" [profile.release] opt-level = 3 lto = true [dependencies.bytes] version = "1.1.0" [dependencies.futures-util] version = "0.3.19" features = ["sink"] [dependencies.log] version = "0.4.14" [dependencies.parking_lot] version = "0.11.2" [dependencies.protobuf] version = "2.25.2" features = ["with-serde"] [dependencies.reqwest] version = "0.11.9" default-features = false [dependencies.serde] version = "1.0.133" [dependencies.serde_json] version = "1.0.75" [dependencies.strum] version = "0.23.0" [dependencies.strum_macros] version = "0.23.1" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.15.0" features = ["macros", "net", "rt-multi-thread", "time"] [dependencies.tokio-tungstenite] version = "0.16.1" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.once_cell] version = "1.9.0" [build-dependencies.protobuf-codegen-pure] version = "2.25.2" [features] default = ["with-serde"] with-serde = ["protobuf/with-serde"]