# 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_cookie" version = "0.1.4" authors = ["Blake Mealey "] include = [ "src", "Cargo.toml", "README.md", ] description = "Access the ROBLOSECURITY cookie from your environment" homepage = "https://github.com/blake-mealey/mantle/tree/main/rbx_cookie" readme = "README.md" license = "MIT" repository = "https://github.com/blake-mealey/mantle" resolver = "1" [dependencies.clap] version = "2.33.0" optional = true [dependencies.cookie] version = "0.15.1" [dependencies.dirs] version = "1.0.4" [dependencies.env_logger] version = "0.9.0" optional = true [dependencies.log] version = "0.4.14" [features] cli = [ "dep:clap", "dep:env_logger", ] default = ["cli"] [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] version = "0.3.9" features = [ "wincred", "impl-default", ] [target."cfg(target_os = \"windows\")".dependencies.winreg] version = "0.10.1"