rbx_cookie 0.1.2

Access the ROBLOSECURITY cookie from your environment
Documentation
[dependencies.clap]
version = "2.33.0"

[dependencies.cookie]
version = "0.15.1"

[dependencies.dirs]
version = "1.0.4"

[dependencies.env_logger]
version = "0.9.0"

[dependencies.log]
version = "0.4.14"

[package]
authors = ["Blake Mealey <blakemealey@gmail.com>"]
description = "Access the ROBLOSECURITY cookie from your environment"
edition = "2021"
homepage = "https://github.com/blake-mealey/mantle/tree/main/rbx_cookie"
include = ["src", "Cargo.toml", "README.md"]
license = "MIT"
name = "rbx_cookie"
readme = "README.md"
repository = "https://github.com/blake-mealey/mantle"
version = "0.1.2"
[target."cfg(target_os = \"macos\")".dependencies.byteorder]
version = "0.5.3"

[target."cfg(target_os = \"macos\")".dependencies.plist]
version = "1.3.1"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["wincred", "impl-default"]
version = "0.3.9"

[target."cfg(target_os = \"windows\")".dependencies.winreg]
version = "0.10.1"