-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
39 lines (35 loc) · 1.04 KB
/
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
[package]
name = "cloud-op"
version = "0.2.2"
authors = ["Yieazy <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "3.0", features = ["derive"] }
prost = "0.8"
rand = "0.8"
hex = "0.4"
cita-database = "0.2"
cita-vm = "0.3"
cita-types = "0.1"
cita_trie = "3.0"
rlp = "0.5"
bincode = "1.0"
bloomchain = "0.2"
# slog unable to compile because the latest version: 0.4.16 modifies the interface, todo delete
log = "=0.4"
fs_extra = "1.2"
serde = "1.0"
serde_derive = "1.0"
# crypto_sm
libsm = "0.5"
# crypto_eth
tiny-keccak = { version = "2.0", features = ["keccak"] }
# storage
storage_rocksdb = { git = "https://github.com/cita-cloud/storage_rocksdb", branch = "v6.5.0", package = "storage" }
# execute
executor_evm = { git = "https://github.com/cita-cloud/executor_evm", branch = "v6.5.0", package = "executor" }
cloud-util = "0.3"
cita_cloud_proto = "=6.5.0"
status_code = { package = "cloud-code", version = "0.3" }