[[bin]]
name = "dump-roblox-api"
path = "src/main.rs"
[dependencies.clap]
version = "4.5.53"
[dependencies.colog]
version = "1.4.0"
[dependencies.color-eyre]
version = "0.6.5"
[dependencies.log]
version = "0.4.29"
[dependencies.reqwest]
features = ["json"]
version = "0.12.24"
[dependencies.serde]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.tokio]
features = ["full"]
version = "1.48.0"
[lib]
name = "dump_roblox_api"
path = "src/lib.rs"
[package]
authors = ["@bob448 on github"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Dumps all roblox classes and enums into either a luau table or Rust structs and values."
edition = "2024"
homepage = "https://github.com/bob448/dump-roblox-api/"
keywords = ["roblox", "gamedev", "dump", "api", "luau"]
license = "MIT"
name = "dump-roblox-api"
readme = "README.md"
repository = "https://github.com/bob448/dump-roblox-api/"
version = "1.0.3"