# 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 = "eve_oauth2" version = "0.2.0" authors = ["Hyziri"] include = [ "/src", "LICENSE", "README.md", ] description = "Black Rose's OAuth2 implementation for EVE Online SSO" readme = "README.md" keywords = [ "oauth2", "black_rose", "eve_sso", "eve_online", "eve_esi", ] license = "MIT" repository = "https://github.com/blackrose-eve/eve_oauth2" [dependencies.cached] version = "0.49.2" features = ["async"] [dependencies.jsonwebtoken] version = "9.2.0" [dependencies.oauth2] version = "4.4.1" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0.171" features = ["derive"] [dev-dependencies.axum] version = "0.7.5" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.serde] version = "1.0.171" features = ["derive"] [dev-dependencies.time] version = "0.3.34" [dev-dependencies.tokio] version = "1.36.0" [dev-dependencies.tower-sessions] version = "0.12.0"