# 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 = "2018" name = "tame-oauth" version = "0.10.0" authors = [ "Embark ", "Jake Shadle ", ] description = "A (very) simple oauth 2.0 library" homepage = "https://github.com/EmbarkStudios/tame-oauth" documentation = "https://docs.rs/tame-oauth" readme = "README.md" keywords = [ "oauth", "tame", "sans-io", "gcp", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/tame-oauth" [lib] path = "src/lib.rs" doctest = false [dependencies.data-encoding] version = "2.4" [dependencies.http] version = "1.1" [dependencies.ring] version = "0.17" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.twox-hash] version = "1.5.0" default-features = false [dependencies.url] version = "2.2" optional = true [dev-dependencies.bytes] version = "1.4" [dev-dependencies.reqwest] version = "0.12" features = ["rustls-tls"] default-features = false [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [features] default = ["gcp"] gcp = [ "jwt", "url", ] jwt = ["ring"] wasm-web = ["ring/wasm32_unknown_unknown_js"] [badges.maintenance] status = "actively-developed"