-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
31 lines (27 loc) · 899 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "actix-web-detached-jws-middleware"
version = "0.1.0"
authors = ["Irek Nigmatullin <[email protected]>"]
description = "Actix-web middleware to sign and verify detached jws"
documentation = "http://docs.rs/actix-web-detached-jws-middleware/"
repository = "http://github.com/nigma143/actix-web-detached-jws-middleware"
readme = "README.md"
keywords = ["actix", "actix-web", "jws", "detached", "middleware"]
license = "BSD-2-Clause"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = { version = "0.3" }
actix-web = { version = "3" }
actix-service = "1.0"
actix-web-buffering = "0.1.0"
detached-jws = "0.2.1"
anyhow = "1.0.38"
[dev-dependencies]
openssl = "0.10.32"
actix-rt = "2.0.2"
lazy_static = "1.4.0"
anyhow = "1.0.38"
actix-files = "0.5.0"
[[example]]
name = "main" # examples/main.rs