# 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 = "2018" name = "auth_token" version = "0.2.3" authors = ["Kye Lewis "] description = "Get an auth token to use in development" homepage = "https://github.com/exogee-technology/auth_token" readme = "README.md" license = "MIT" repository = "https://github.com/exogee-technology/auth_token" [lib] name = "auth_token" path = "src/lib/lib.rs" [[bin]] name = "auth-token" path = "src/cli/main.rs" [[bin]] name = "auth-token-gui" path = "src/gui/main.rs" [dependencies.base64] version = "=0.13.0" [dependencies.chrono] version = "=0.4.22" [dependencies.clap] version = "=3.2.22" [dependencies.clipboard] version = "=0.5.0" [dependencies.colored] version = "=2.0.0" [dependencies.pkce] version = "=0.1.1" [dependencies.rand] version = "=0.8.5" [dependencies.reqwest] version = "0.11" features = [ "json", "cookies", ] [dependencies.rpassword] version = "=5.0.1" [dependencies.scraper] version = "=0.13.0" [dependencies.serde] version = "=1.0.145" [dependencies.serde_json] version = "=1.0.86" [dependencies.tokio] version = "1" features = ["full"]