[go: up one dir, main page]

tame-oauth 0.1.0

A (very) simple oauth 2.0 library
Documentation
# 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 = "tame-oauth"
version = "0.1.0"
authors = ["Embark <opensource@embark-studios.com>", "Jake Shadle <jake.shadle@embark-studios.com>"]
description = "A (very) simple oauth 2.0 library"
homepage = "https://github.com/EmbarkStudios/tame-oauth"
documentation = "https://docs.rs/tame-oauth"
keywords = ["oauth", "tame", "sans-io", "gcp"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EmbarkStudios/tame-oauth"

[lib]
doctest = false
[dependencies.base64]
version = "0.10.1"

[dependencies.bytes]
version = "0.4.12"

[dependencies.chrono]
version = "0.4.7"

[dependencies.failure]
version = "0.1.5"

[dependencies.http]
version = "0.1.17"

[dependencies.lock_api]
version = "0.2.0"

[dependencies.parking_lot]
version = "0.8.0"

[dependencies.ring]
version = "0.14.6"
optional = true

[dependencies.serde]
version = "1.0.94"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.40"

[dependencies.twox-hash]
version = "1.4.1"
default-features = false

[dependencies.untrusted]
version = "0.6.2"
optional = true

[dependencies.url]
version = "1.7.2"
optional = true
[dev-dependencies.reqwest]
version = "0.9.18"
features = ["rustls"]
default-features = false

[features]
default = ["gcp"]
gcp = ["jwt", "url"]
jwt = ["ring", "untrusted"]
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "EmbarkStudios/tame-oauth"