forked from helius-labs/rwa-indexer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
147 lines (143 loc) · 4.31 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
[workspace]
members = [
"api",
"common",
"migration",
"indexer",
"rwa_types",
"tests",
"tools/acc_forwarder",
"transformer",
"tests",
]
resolver = "2"
[workspace.dependencies]
async-std = {version = "^1", features = ["attributes", "tokio1"]}
async-stream = "0.3.5"
async-trait = "0.1.57"
anyhow = "1.0.79"
base64 = "0.21.0"
borsh = "0.10.3"
bytemuck = { version = "1.14.0", features = ["derive"] }
cadence = "0.29.0"
cadence-macros = "0.29.0"
chrono = "0.4.31"
common = {path = "common"}
bs58 = "0.4.0"
bytes = "1.3.0"
borsh-derive = {version = "0.9.3"}
clap = {version = "4.1.4", features = ["derive", "cargo"]}
env_logger = "0.10.0"
enum-iterator = "1.2.0"
enum-iterator-derive = "1.1.0"
git2 = "0.18.1"
figment = {version = "0.10.9", features = ["env", "test", "json"]}
function_name = "0.3.0"
futures = "0.3.24"
futures-util = "0.3.27"
flatbuffers = "23.1.21"
hex = "0.4.3"
http = "0.2.8"
hyper = "0.14.23"
indexer = {path = "indexer"}
indexmap = "1.9.3"
insta = {version = "1.34.0", features = ["json"]}
itertools = "0.10.1"
jsonpath_lib = "0.3.0"
jsonrpsee = {version = "0.16.2", features = ["server", "macros"]}
jsonrpsee-core = {version = "0.16.2", features = ["server"]}
metrics = "0.20.1"
migration = {path = "migration"}
mime_guess = "2.0.4"
log = "0.4.17"
num-derive = "0.3.3"
num-traits = "0.2.15"
once_cell = "1.19.0"
open-rpc-derive = {version = "0.0.4"}
open-rpc-schema = {version = "0.0.4"}
rand = "0.8.5"
redis = {version = "0.22.3", features = [
"aio",
"tokio-comp",
"streams",
"tokio-native-tls-comp",
"connection-manager",
]}
regex = "1.5.5"
rust-crypto = "0.2.36"
rwa_api = {path = "api"}
rwa_types = {path = "rwa_types", features = [
"json_types",
"sql_types",
]}
serial_test = "2.0.0"
schemars = {version = "0.8.6", features = ["chrono"]}
schemars_derive = "0.8.6"
thiserror = "1.0.31"
lazy_static = "1.4.0"
light-poseidon = "0.2.0"
plerkle_messenger = { git = "https://github.com/helius-labs/digital-asset-validator-plugin", branch = "rwa-plugin", package = "plerkle_messenger", features = [
"redis",
]}
asset_controller = {git = "https://github.com/bridgesplit/rwa-token", program = "programs/asset_controller", features = ["no-entrypoint"]}
data_registry = {git = "https://github.com/bridgesplit/rwa-token", program = "programs/data_registry", features = ["no-entrypoint"]}
identity_registry = {git = "https://github.com/bridgesplit/rwa-token", program = "programs/identity_registry", features = ["no-entrypoint"]}
policy_engine = {git = "https://github.com/bridgesplit/rwa-token",program = "programs/policy_engine", features = ["no-entrypoint"]}
plerkle_serialization = { git = "https://github.com/helius-labs/digital-asset-validator-plugin", branch = "rwa-plugin", package = "plerkle_serialization" }
transformer = {path = "transformer"}
reqwest = {version = "0.11.13", features = ["json"]}
sea-orm = {version = "0.10.6", features = [
"macros",
"runtime-tokio-rustls",
"sqlx-postgres",
"with-chrono",
"mock",
]}
sea-query = {version = "0.28.1", features = ["postgres-array"]}
serde_json = "1.0.82"
serde = "1.0.140"
spl-pod = { version = "0.1.0", features = ["serde-traits"] }
spl-token = {version = "4.0", features = ["no-entrypoint"]}
solana-account-decoder = "1.17.20"
solana-client = "1.17.20"
solana-geyser-plugin-interface = {version = "1.17.20"}
solana-program = "1.17.20"
solana-sdk-macro = "1.17.20"
solana-sdk = "1.17.20"
solana-transaction-status = "1.17.20"
solana-zk-token-sdk = "1.17.20"
sqlx = {version = "0.6.2", features = [
"macros",
"runtime-tokio-rustls",
"postgres",
"uuid",
"offline",
"json",
]}
stretto = {version = "0.7", features = ["async"]}
tonic = "0.10.2"
tonic-build = "0.10.2"
tonic-health = "0.10.2"
tokio = {version = "1.23.0", features = ["full"]}
tokio-postgres = "0.7.7"
tokio-retry = "0.3.0"
tokio-stream = {version = "0.1.14", features = ["io-util"]}
tracing = "0.1.35"
tracing-subscriber = {version = "0.3.16", features = [
"json",
"env-filter",
"ansi",
]}
tower = {version = "0.4.13", features = ["full"]}
tower-http = {version = "0.3.5", features = ["full"]}
url = "2.3.1"
uuid = "1.0.0"
[profile.release]
codegen-units = 1
lto = true
[profile.dev]
# Do not produce debug info for ~40% faster incremental compilation.
debug = 0
# Some standard library files already come precompiled with debuginfo. We strip it for faster linking
# and smaller binaries.
strip = "debuginfo"