-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (29 loc) · 783 Bytes
/
Cargo.toml
File metadata and controls
34 lines (29 loc) · 783 Bytes
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
32
33
34
# Copyright (C) 2020 O.S. Systems Sofware LTDA
#
# SPDX-License-Identifier: Apache-2.0
[package]
name = "web-client-server-binary-size-benchmark"
version = "0.1.0"
authors = ["Jonathas-Conceicao <jonathas.conceicao@ossystems.com.br"]
edition = "2018"
publish = false
[lib]
name = "bench"
[workspace]
members = [
"dummy",
"actix_full",
"actix_reqwest",
"gotham_reqwest",
"hyper_full",
"hyper_reqwest",
"tide_surf",
"warp_reqwest",
"warp_surf",
]
[dependencies]
async-trait = "0.1"
mockito = { version = "0.25", default-features = false }
openssl = "0.10"
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = { version = "1", default-features = false, features = ["std"] }