[package] name = "oauth2token" version = "0.1.1" edition = "2021" license = "GPL-3.0-or-later" description = "Obtains OAuth 2.0 tokens" authors = ["Roman Kindruk"] homepage = "https://gitlab.com/romk/oauth2token" repository = "https://gitlab.com/romk/oauth2token" readme = "README.md" keywords = ["OAuth", "OAuth2", "JWT", "Token"] categories = ["authentication", "command-line-utilities", "development-tools"] [dependencies] clap = { version = "4.4.6", features = ["cargo"] } ureq = { version = "2.8.0", features = ["json"] }