# 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 = "rbx_api" version = "0.4.11-prerelease" authors = ["Blake Mealey "] include = [ "src", "Cargo.toml", "README.md", ] description = "Make requests to Roblox's web APIs" homepage = "https://github.com/blake-mealey/mantle/tree/main/rbx_api" readme = "README.md" license = "MIT" repository = "https://github.com/blake-mealey/mantle" resolver = "1" [dependencies.base64] version = "0.13.0" [dependencies.log] version = "0.4.14" [dependencies.mime_guess] version = "2.0.3" [dependencies.rbx_auth] version = "0.2.3-prerelease" default-features = false [dependencies.reqwest] version = "0.11.6" features = [ "cookies", "json", "multipart", "stream", ] [dependencies.scraper] version = "0.12.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.serde_repr] version = "0.1.7" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.6.9" features = ["codec"] [dependencies.url] version = "2.2.2" features = ["serde"]