# 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 = "rusty_oauth" version = "0.1.39" authors = ["hariprasath"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight, secure OAuth 2.0 library for Rust, providing streamlined authentication flows for applications and services. Includes support for authorization codes, client credentials, and token management, with focus on security and ease of integration." homepage = "https://crates.io/crates/rusty_oauth" documentation = "https://docs.rs/rusty_oauth/latest/rusty_oauth/" readme = "README.md" keywords = [ "oauth", "authentication", "authorization", "rust", "oauth2", ] categories = [ "authentication", "web-programming", ] license = "MIT" repository = "https://github.com/HashiramaSenjuhari/rusty_oauth" [lib] name = "rusty_oauth" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.dotenv] version = "0.15.0" [dependencies.http-scrap] version = "0.1.1127" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.native-tls] version = "0.2.12" [dependencies.rand] version = "0.8.5" [dependencies.rusty-format] version = "0.1.4" [dependencies.rusty-jwt] version = "0.1.14" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.sha256] version = "1.5.0"