# 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-oidc" version = "0.7.0" authors = [ "Embark ", "Mathias Tervo ", ] description = "A (very) thin layer of OIDC like functionality" homepage = "https://github.com/EmbarkStudios/tame-oidc" readme = "README.md" keywords = [ "oauth", "oidc", "tame", "sans-io", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/tame-oidc" [lib] path = "src/lib.rs" doctest = false [[example]] name = "embark-pkce" path = "examples/embark-pkce.rs" [[example]] name = "embark-basic" path = "examples/embark-basic.rs" [dependencies.data-encoding] version = "2.4" [dependencies.http] version = "0.2" [dependencies.jsonwebtoken] version = "9.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.url] version = "2.3" [dev-dependencies.bytes] version = "1.4" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.reqwest] version = "0.11.22" features = ["rustls-tls"] default-features = false [dev-dependencies.ring] version = "0.17.7" [dev-dependencies.tokio] version = "1.35.0" features = [ "macros", "rt-multi-thread", ]