[package]
description = "CosmWasm integration testing for Neutron"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "neutron-test-tube"
repository = "https://github.com/margined-protocol/test-tube"
version = "5.0.1"
exclude = [ "neutron", "test_artifacts" ]
[dependencies]
base64 = { version = "0.21.5" }
cosmrs = { version = "0.20.0", features = [ "cosmwasm", "rpc" ] }
cosmwasm-std = { version = "2.1.4", features = [ "stargate" ] }
hex = { version = "0.4.2" }
margined-neutron-std = { version = "5.0.1" }
prost = { version = "0.13.3", features = [ "prost-derive" ] }
serde = { version = "1.0.144" }
serde_json = { version = "1.0.85" }
test-tube-ntrn = { version = "0.1.7" }
thiserror = { version = "1.0.34" }
[build-dependencies]
bindgen = "0.60.1"
[dev-dependencies]
cw1-subkeys = { version = "1.1.2" }
cw1-whitelist = { version = "1.1.2" }
rayon = { version = "1.5.3" }