# 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 = "rivet-party" version = "0.0.7" authors = ["Rivet Gaming, LLC "] description = "Rivet service enabling identities to play together in real time across games" license = "Apache-2.0" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [dependencies.aws-smithy-client] version = "^0.41.0" [dependencies.aws-smithy-http] version = "^0.41.0" [dependencies.aws-smithy-json] version = "^0.41.0" [dependencies.aws-smithy-types] version = "^0.41.0" [dependencies.bytes] version = "1" [dependencies.http] version = "0.2" [dependencies.tower] version = "0.4" [features] default = [ "rt-tokio", "rustls", ] native-tls = ["aws-smithy-client/native-tls"] rt-tokio = ["aws-smithy-http/rt-tokio"] rustls = ["aws-smithy-client/rustls"]