mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-25 23:51:06 +00:00
119 lines
2.2 KiB
TOML
119 lines
2.2 KiB
TOML
# 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 = "openidconnect"
|
|
version = "2.3.1"
|
|
authors = ["David A. Ramos <ramos@cs.stanford.edu>"]
|
|
description = "OpenID Connect library"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
repository = "https://github.com/ramosbugs/openidconnect-rs"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[dependencies.base64]
|
|
version = "0.13"
|
|
|
|
[dependencies.chrono]
|
|
version = "0.4"
|
|
features = [
|
|
"clock",
|
|
"std",
|
|
]
|
|
default-features = false
|
|
|
|
[dependencies.http]
|
|
version = "0.2"
|
|
|
|
[dependencies.itertools]
|
|
version = "0.10"
|
|
|
|
[dependencies.log]
|
|
version = "0.4"
|
|
|
|
[dependencies.num-bigint]
|
|
version = "0.4.3"
|
|
|
|
[dependencies.oauth2]
|
|
version = "4.2"
|
|
default-features = false
|
|
|
|
[dependencies.rand]
|
|
version = "0.8"
|
|
|
|
[dependencies.ring]
|
|
version = "0.16"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
|
|
[dependencies.serde-value]
|
|
version = "0.7"
|
|
|
|
[dependencies.serde_derive]
|
|
version = "1.0"
|
|
|
|
[dependencies.serde_json]
|
|
version = "1.0"
|
|
|
|
[dependencies.serde_path_to_error]
|
|
version = "0.1"
|
|
|
|
[dependencies.thiserror]
|
|
version = "1.0"
|
|
|
|
[dependencies.url]
|
|
version = "2.1"
|
|
features = ["serde"]
|
|
|
|
[dev-dependencies.anyhow]
|
|
version = "1.0"
|
|
|
|
[dev-dependencies.color-backtrace]
|
|
version = "0.5"
|
|
|
|
[dev-dependencies.env_logger]
|
|
version = "0.9"
|
|
|
|
[dev-dependencies.pretty_assertions]
|
|
version = "1.0"
|
|
|
|
[dev-dependencies.reqwest_]
|
|
version = "0.11"
|
|
features = [
|
|
"blocking",
|
|
"rustls-tls",
|
|
]
|
|
default-features = false
|
|
package = "reqwest"
|
|
|
|
[dev-dependencies.retry]
|
|
version = "1.0"
|
|
|
|
[features]
|
|
accept-rfc3339-timestamps = []
|
|
curl = ["oauth2/curl"]
|
|
default = [
|
|
"reqwest",
|
|
"rustls-tls",
|
|
]
|
|
native-tls = ["oauth2/native-tls"]
|
|
nightly = []
|
|
reqwest = ["oauth2/reqwest"]
|
|
rustls-tls = ["oauth2/rustls-tls"]
|
|
ureq = ["oauth2/ureq"]
|
|
|
|
[badges.maintenance]
|
|
status = "actively-developed"
|