rbxcloud 0.17.0

CLI and SDK for the Roblox Open Cloud APIs
Documentation
[[bin]]
name = "rbxcloud"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.81"

[dependencies.base64]
version = "0.22.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4.38"

[dependencies.clap]
features = ["derive", "env"]
version = "4.5.4"

[dependencies.md-5]
version = "0.10.6"

[dependencies.rand]
version = "0.9.0"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "http2", "charset", "json", "multipart"]
version = "0.12.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.197"

[dependencies.serde_json]
version = "1.0.115"

[dependencies.tokio]
features = ["full"]
version = "1.36.0"

[[example]]
name = "datastore-get-entry"
path = "examples/datastore-get-entry.rs"

[[example]]
name = "group-get-shout"
path = "examples/group-get-shout.rs"

[[example]]
name = "publish-message"
path = "examples/publish-message.rs"

[[example]]
name = "publish-place"
path = "examples/publish-place.rs"

[[example]]
name = "restart-servers"
path = "examples/restart-servers.rs"

[[example]]
name = "send-notification"
path = "examples/send-notification.rs"

[[example]]
name = "user-info"
path = "examples/user-info.rs"

[lib]
name = "rbxcloud"
path = "src/lib.rs"

[package]
authors = ["Stephen Leitnick"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "CLI and SDK for the Roblox Open Cloud APIs"
documentation = "https://sleitnick.github.io/rbxcloud/"
edition = "2021"
license = "MIT"
name = "rbxcloud"
readme = "README.md"
repository = "https://github.com/Sleitnick/rbxcloud"
version = "0.17.0"