# 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 = "oauth2token" version = "0.1.1" authors = ["Roman Kindruk"] description = "Obtains OAuth 2.0 tokens" homepage = "https://gitlab.com/romk/oauth2token" readme = "README.md" keywords = [ "OAuth", "OAuth2", "JWT", "Token", ] categories = [ "authentication", "command-line-utilities", "development-tools", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/romk/oauth2token" [dependencies.clap] version = "4.4.6" features = ["cargo"] [dependencies.ureq] version = "2.8.0" features = ["json"]