mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-31 00:23:58 +00:00
9c487cbfb8
Replaced with rust-jwt. `jsonwebtoken` relies on the ring package which explodes on non-x86/x64 architectures
27 lines
471 B
TOML
27 lines
471 B
TOML
[package]
|
|
name = "zeroidc"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
build = "build.rs"
|
|
publish = false
|
|
|
|
[lib]
|
|
crate-type = ["staticlib","rlib"]
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
openidconnect = "2.2"
|
|
base64 = "0.13"
|
|
url = "2.2"
|
|
reqwest = "0.11"
|
|
jwt = "0.16"
|
|
serde = "1.0"
|
|
time = { version = "0.3", features = ["formatting"] }
|
|
bytes = "1.1"
|
|
thiserror = "1"
|
|
|
|
[build-dependencies]
|
|
cbindgen = "0.20"
|