rivet-party 0.0.4

Rivet service enabling identities to play together in real time across games
Documentation
[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"

[features]
default = ["rt-tokio", "rustls"]
native-tls = ["aws-smithy-client/native-tls"]
rt-tokio = ["aws-smithy-http/rt-tokio"]
rustls = ["aws-smithy-client/rustls"]

[package]
authors = ["Rivet Gaming, LLC <developer@rivet.gg>"]
description = "Rivet service enabling identities to play together in real time across games"
edition = "2021"
license = "Apache-2.0"
name = "rivet-party"
resolver = "2"
version = "0.0.4"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]