Skip to content

Commit 3378bff

Browse files
Let users chose what crypto backend of jsonwebtoken to use
1 parent bcf2588 commit 3378bff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ web-sys = "0.3.77"
4242
wasm-bindgen-futures = "0.4"
4343

4444
[features]
45-
default = ["reqwest", "tls"]
45+
default = ["reqwest", "tls", "jwt_aws_lc_rs"]
4646
reqwest = ["dep:reqwest", "dep:tokio", "pin-project-lite", "bytes"]
4747
tls = ["reqwest/rustls-tls"]
4848
futures-unsend = []
49+
jwt_aws_lc_rs = ["jsonwebtoken/aws_lc_rs"]
50+
jwt_rust_crypto = ["jsonwebtoken/rust_crypto"]
4951

5052
[dev-dependencies]
5153
futures-await-test = "0.3"

0 commit comments

Comments
 (0)