roblox-api 0.1.7

Roblox web api bindings
Documentation
# 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 = "2024"
name = "roblox-api"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Roblox web api bindings"
readme = "README.md"
license = "LGPL-3.0-only"
repository = "https://codeberg.org/roblox-tools/roblox-api"

[features]
default = ["default-tls"]
default-tls = [
    "reqwest/default-tls",
    "tungstenite?/native-tls",
]
rustls-tls = [
    "reqwest/rustls",
    "tungstenite?/rustls-tls-native-roots",
]
web-socket = [
    "dep:reqwest-websocket",
    "dep:futures-util",
]

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

[[example]]
name = "auth"
path = "examples/auth.rs"

[[example]]
name = "dev"
path = "examples/dev.rs"

[[example]]
name = "web_socket"
path = "examples/web_socket.rs"

[[test]]
name = "api_test"
path = "tests/api_test.rs"

[[test]]
name = "ratelimit"
path = "tests/ratelimit.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.41"

[dependencies.futures-util]
version = "0.3.31"
optional = true

[dependencies.p256]
version = "0.13.2"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "multipart",
    "stream",
    "query",
]
default-features = false

[dependencies.reqwest-websocket]
version = "0.6.0"
optional = true

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_repr]
version = "0.1.20"

[dependencies.sha2]
version = "0.11.0"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.tungstenite]
version = "0.29.0"
features = ["handshake"]
optional = true
default-features = false

[dependencies.uuid]
version = "1.17.0"
features = ["v4"]

[dev-dependencies.dotenvy_macro]
version = "0.15.7"

[dev-dependencies.tokio]
version = "1.27.0"
features = ["full"]