generated from cloudwego/.github
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Cargo.toml
40 lines (37 loc) · 984 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
32
33
34
35
36
37
38
39
40
[workspace]
members = ["monolake", "monolake-core", "monolake-services"]
resolver = "2"
[workspace.package]
authors = [
"ihciah <[email protected]>",
"Rain Jiang <[email protected]>",
"Harsha <[email protected]>",
"Xiaosong Yang <[email protected]>",
"Kingtous <[email protected]>",
]
categories = ["asynchronous", "network-programming", "development-tools"]
edition = "2021"
keywords = ["proxy", "gateway", "async", "monoio", "http"]
license = "MIT/Apache-2.0"
repository = "https://github.com/cloudwego/monolake"
[workspace.dependencies]
monoio = "0.2.4"
monoio-codec = "0.3"
monoio-http = "0.3.5"
monoio-thrift = "0.1.1"
monoio-transports = "0.5.3"
monoio-native-tls = "0.3.0"
monoio-rustls = "0.3.0"
native-tls = "0.2"
service-async = "0.2.3"
certain-map = "0.3.1"
local-sync = "0.1"
http = "1.0"
anyhow = "1"
thiserror = "1"
serde = "1"
tracing = "0.1"
bytes = "1"
[profile.release-lto]
inherits = "release"
lto = true