-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
25 lines (21 loc) · 858 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
[package]
name = "actix-web-condition-middleware"
version = "0.1.0"
authors = ["κeen <[email protected]>"]
edition = "2018"
license = "Apache-2.0/MTI"
description = "An actix-web middleware that allows conditionally enable another middleware"
readme = "README.md"
keywords = ["actix", "http", "web", "middleware", "async"]
homepage = "https://github.com/KeenS/actix-web-condition-middleware"
repository = "https://github.com/KeenS/actix-web-condition-middleware.git"
documentation = "https://docs.rs/actix-web-condition-middleware/"
categories = ["network-programming", "asynchronous",
"web-programming::http-server"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "1"
actix-service = "0.4"
futures = "0.1"
[dev-dependencies]
env_logger = "0.6"