2024-09-27 15:29:49 +03:00
|
|
|
[package]
|
|
|
|
|
name = "sequencer_rpc"
|
|
|
|
|
version = "0.1.0"
|
2025-09-04 14:38:41 +03:00
|
|
|
edition = "2024"
|
2024-09-27 15:29:49 +03:00
|
|
|
|
|
|
|
|
[dependencies]
|
2025-12-16 17:44:10 +03:00
|
|
|
nssa.workspace = true
|
|
|
|
|
common.workspace = true
|
|
|
|
|
mempool.workspace = true
|
|
|
|
|
sequencer_core.workspace = true
|
|
|
|
|
|
2024-09-27 15:29:49 +03:00
|
|
|
anyhow.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
log.workspace = true
|
|
|
|
|
serde.workspace = true
|
2024-09-30 05:49:46 +03:00
|
|
|
actix-cors.workspace = true
|
|
|
|
|
futures.workspace = true
|
2025-10-23 17:33:25 +03:00
|
|
|
base58.workspace = true
|
2025-12-16 17:44:10 +03:00
|
|
|
hex.workspace = true
|
2025-07-22 08:40:04 -03:00
|
|
|
tempfile.workspace = true
|
2025-08-12 12:18:13 -03:00
|
|
|
base64.workspace = true
|
2025-12-04 14:55:45 +03:00
|
|
|
itertools.workspace = true
|
2024-09-27 15:29:49 +03:00
|
|
|
actix-web.workspace = true
|
2024-11-28 22:05:14 +02:00
|
|
|
tokio.workspace = true
|
2025-09-25 11:53:42 +03:00
|
|
|
borsh.workspace = true
|