-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
49 lines (47 loc) · 1.15 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
40
41
42
43
44
45
46
47
48
49
[workspace]
resolver = "2"
members = ["tearbot", "wallet-tracking"]
exclude = ["near-tgi/near-cli-rs", "near-tgi/keyring", "teloxide"]
[workspace.package]
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-only"
[workspace.dependencies]
anyhow = "1.0.86"
async-trait = "0.1.79"
base64 = "0.22.0"
cached = "0.53.1"
chrono = "0.4.37"
dashmap = "6.0.1"
lazy_static = "1.4.0"
log = "0.4.21"
mongodb = "3.0.1"
bson = "2.11.0"
rand = "0.8.5"
reqwest = "0.11"
serde = "1.0.197"
serde_json = "1.0.115"
teloxide = { path = "./teloxide/crates/teloxide" }
tokio = "1.37.0"
tokio-stream = "0.1.15"
near-primitives = "0.23.0"
inindexer = { git = "https://github.com/INTEARnear/inindexer" }
redis = "0.25.3"
intear-events = { git = "https://github.com/INTEARnear/intear-events" }
futures-util = "0.3.30"
semver = "1.0.23"
dotenvy = "0.15.7"
itertools = "0.13.0"
simple_logger = "5.0.0"
urlencoding = "2.1.3"
bigdecimal = "0.4.5"
inquire = { path = "./near-tgi/inquire" }
keyring = { path = "./near-tgi/keyring" }
near-api = "=0.3.0"
serde_with = "3.11.0"
imageproc = "0.25.0"
ab_glyph = "0.2.29"
qrcode = "0.14.1"
near-token = "0.3.0"
near-gas = "0.3.0"
near-jsonrpc-primitives = "0.23.0"