namada_test_utils 0.251.4

Namada test utilities
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "namada_test_utils"
version = "0.251.4"
authors = ["Heliax AG <hello@heliax.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Namada test utilities"
homepage = "https://namada.net/"
documentation = "https://docs.namada.net/"
readme = "README.md"
keywords = [
    "blockchain",
    "privacy",
    "crypto",
    "protocol",
    "network",
]
license = "MIT"
repository = "https://github.com/namada-net/namada"
resolver = "2"

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

[dependencies.borsh]
version = "1.2"
features = [
    "unstable__schema",
    "derive",
]

[dependencies.namada_core]
version = "0.251.4"

[dependencies.namada_state]
version = "0.251.4"

[dependencies.prost]
version = "0.13"

[dependencies.strum]
version = "0.27"
features = ["derive"]