2024-09-27 15:29:49 +03:00
|
|
|
[package]
|
|
|
|
|
name = "sequencer_core"
|
|
|
|
|
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
|
|
|
|
|
nssa_core.workspace = true
|
|
|
|
|
common.workspace = true
|
|
|
|
|
storage.workspace = true
|
|
|
|
|
mempool.workspace = true
|
|
|
|
|
|
2025-10-23 17:33:25 +03:00
|
|
|
base58.workspace = true
|
2024-09-27 15:29:49 +03:00
|
|
|
anyhow.workspace = true
|
|
|
|
|
serde.workspace = true
|
2025-07-22 12:27:42 -03:00
|
|
|
tempfile.workspace = true
|
2025-09-03 10:29:51 +03:00
|
|
|
chrono.workspace = true
|
2025-09-04 15:15:14 +03:00
|
|
|
log.workspace = true
|
2025-09-04 17:05:12 -03:00
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
default = []
|
|
|
|
|
testnet = []
|
2025-11-18 19:31:03 +03:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
|
|
|
|
|
futures.workspace = true
|