-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
94 lines (80 loc) · 1.82 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[package]
name = "rust-journey"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
members = [
"atomics",
"actionkv",
"concurrencies",
"dioxus-todo",
"effective",
"lunatics",
"jsonrpc",
"macrox",
"macros-builder",
"mget",
"qcheck",
"pokedex",
"rustinaction",
"thumbor",
"token_price", "lunatics", "qcheck",
]
[workspace.dependencies]
anyhow = "1"
async-trait = "0"
axum = "0.6"
base64 = "0.13"
bincode = "1"
byteorder = "1.4"
bytes = "1"
chrono = "0.4"
clap = { version = "4", features = ["derive"] }
coerce = { version = "0.8", features = ["full"] }
coerce-macros = "0.2"
crc = "3"
csv = "1.2"
derive_builder = "0.12"
futures = "0.3"
hex-literal = "0.4"
hmac = "0.12"
hashring = "0.3"
image = "0.23"
itertools = "0.10"
jsonrpsee = { version = "0.16", features = ["full"] }
# jsonrpsee-core = "0.9.0"
jwt = "0.16"
lazy_static = "1"
log = { version = "0.4", features = ["std"] }
lru = "0"
percent-encoding = "2"
parking_lot = "0.12"
photon-rs = "0.3"
prost = "0"
prost-build = "0"
protobuf = "3.2"
ractor = "0.7"
ractor_cluster = "0.7"
rand = "0.8"
regex = "1"
reqwest = { version = "0", features = ["json", "rustls-tls"] }
serde = {version = "1", features = ["derive"] }
serde_cbor = "0.11"
serde_json = "1"
serde_derive = "1"
sha2 = "0.10"
simplelog = "0.12"
thiserror = "1"
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
tower = { version = "0.4", features = ["util", "timeout", "load-shed", "limit"]}
tower-http = { version = "0", features = ["add-extension", "compression-full", "trace"]}
tracing = "0.1"
tracing-subscriber = "0.3"
url = "2.3"
[dev-dependencies]
tracing = "0.1"
tracing-subscriber = { features = ["json"], version = "0.3" }
[profile.dev]
debug = 1