-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
36 lines (32 loc) · 886 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
[package]
name = "consensus"
version = "6.6.3"
authors = ["Rivtower Technologies <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
[dependencies]
serde = "1.0"
serde_derive = "1.0"
bincode = "1.3"
log = "0.4"
log4rs = { version = "1.2", features = ["gzip"] }
cita-types = "0.1"
time = "0.3"
lru-cache = "0.1"
min-max-heap = "1.3"
hex = "0.4"
tonic = "0.8"
prost = "0.11"
tokio = { version = "1.21", features = ["full"] }
toml = "0.5"
clap = { version = "4.0", features = ["derive"] }
backtrace = "0.3"
tower = "0.4"
cloud-util = { package = "cloud-util", git = "https://github.com/cita-cloud/cloud-common-rs.git" }
cita_cloud_proto = { package = "cita_cloud_proto", git = "https://github.com/cita-cloud/cloud-common-rs.git" }
[profile.release.package."*"]
# Set the default for dependencies.
debug = 0
[profile.release]
# Add debug info -- line tables only
debug = 1