2025-07-25 19:42:29 +03:00
|
|
|
[package]
|
|
|
|
|
name = "integration_tests"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-12-16 17:44:10 +03:00
|
|
|
nssa_core = { workspace = true, features = ["host"] }
|
2025-12-17 01:03:03 +03:00
|
|
|
nssa.workspace = true
|
2025-12-16 17:44:10 +03:00
|
|
|
sequencer_core = { workspace = true, features = ["testnet"] }
|
|
|
|
|
sequencer_runner.workspace = true
|
|
|
|
|
wallet.workspace = true
|
|
|
|
|
common.workspace = true
|
|
|
|
|
key_protocol.workspace = true
|
|
|
|
|
proc_macro_test_attribute = { path = "./proc_macro_test_attribute" }
|
|
|
|
|
|
|
|
|
|
clap = { workspace = true, features = ["derive", "env"] }
|
2025-07-25 19:42:29 +03:00
|
|
|
anyhow.workspace = true
|
|
|
|
|
env_logger.workspace = true
|
|
|
|
|
log.workspace = true
|
|
|
|
|
actix.workspace = true
|
|
|
|
|
actix-web.workspace = true
|
2025-10-03 15:59:27 -03:00
|
|
|
base64.workspace = true
|
2025-07-25 19:42:29 +03:00
|
|
|
tokio.workspace = true
|
2025-07-30 14:01:40 +03:00
|
|
|
hex.workspace = true
|
2025-07-31 14:40:23 +03:00
|
|
|
tempfile.workspace = true
|
2025-10-06 16:07:22 -03:00
|
|
|
borsh.workspace = true
|