# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "neutron-test-tube"
version = "5.1.3"
build = "build.rs"
exclude = [
    "neutron",
    "test_artifacts",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CosmWasm integration testing for Neutron"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/margined-protocol/test-tube"

[lib]
name = "neutron_test_tube"
path = "src/lib.rs"

[dependencies.base64]
version = "0.21.5"

[dependencies.cosmrs]
version = "0.20.0"
features = [
    "cosmwasm",
    "rpc",
]

[dependencies.cosmwasm-std]
version = "2.1.4"
features = ["stargate"]

[dependencies.hex]
version = "0.4.2"

[dependencies.margined-neutron-std]
version = "5.1.3"

[dependencies.prost]
version = "0.13.3"
features = ["prost-derive"]

[dependencies.serde]
version = "1.0.144"

[dependencies.serde_json]
version = "1.0.85"

[dependencies.test-tube-ntrn]
version = "0.1.7"

[dependencies.thiserror]
version = "1.0.34"

[dev-dependencies.cw1-subkeys]
version = "1.1.2"

[dev-dependencies.cw1-whitelist]
version = "1.1.2"

[dev-dependencies.rayon]
version = "1.5.3"

[build-dependencies.bindgen]
version = "0.60.1"