-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
41 lines (38 loc) · 946 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
41
[package]
name = "crypto-cli-tools"
version = "1.4.35"
edition = "2021"
authors = ["soulmachine <[email protected]>"]
description = "A collection of CLI tools to process cryptocurrency data"
license = "Apache-2.0"
repository = "https://github.com/soulmachine/crypto-cli-tools"
keywords = ["cryptocurrency", "blockchain", "trading"]
[dependencies]
chrono = "0.4.24"
crypto-market-type = "1.1.5"
crypto-msg-parser = "2.8.32"
crypto-msg-type = "1.0.11"
crypto-pair = "2.3.15"
crypto-message = "1.1.17"
dashmap = "5.4.0"
delimited-protobuf = "0.1.1"
env_logger = "0.10.0"
flate2 = "1.0.26"
glob = "0.3.1"
num_cpus = "1.15.0"
log = "0.4.17"
once_cell = "1.17.1"
rand = "0.8.5"
regex = "1.8.1"
rlimit = "0.9.1"
serde_json = "1.0.96"
serde = { version = "1.0.162", features = ["derive"] }
sysinfo = "0.29.0"
threadpool = "1.8.1"
urlencoding = "2.1.2"
xz2 = "0.1.7"
[profile.release]
lto = true
strip = "debuginfo"
codegen-units = 1
opt-level="z"