# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wasm-service-oauth" version = "0.2.0" authors = ["stevelr "] description = "OAuth2 plugin for wasm-service" homepage = "https://github.com/stevelr/wasm-service-oauth" license = "MIT OR Apache-2.0" repository = "https://github.com/stevelr/wasm-service-oauth" [dependencies.aes-gcm] version = "0.8" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.13" default-features = false [dependencies.bytes] version = "1.0" [dependencies.cfg-if] version = "1.0" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.js-sys] version = "0.3" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["alloc", "derive"] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.service-logging] version = "0.4" features = ["alloc"] [dependencies.thiserror] version = "1.0" [dependencies.wasm-service] version = "0.5" features = ["alloc"] [dev-dependencies.wasm-bindgen-test] version = "0.3"