# 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_auth" version = "0.2.3-prerelease" authors = ["Blake Mealey "] include = [ "src", "Cargo.toml", "README.md", ] description = "Constructs params for making authenticated requests to Roblox APIs" homepage = "https://github.com/blake-mealey/mantle/tree/main/rbx_auth" readme = "README.md" license = "MIT" repository = "https://github.com/blake-mealey/mantle" resolver = "1" [dependencies.clap] version = "2.33.0" optional = true [dependencies.env_logger] version = "0.9.0" optional = true [dependencies.log] version = "0.4.14" [dependencies.rbx_cookie] version = "0.1.4" default-features = false [dependencies.reqwest] version = "0.11.6" features = [ "cookies", "json", ] [dependencies.serde_json] version = "1.0.59" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.2.2" [features] cli = [ "dep:clap", "dep:env_logger", ] default = ["cli"]