# 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 = "namada_io"
version = "0.47.3"
authors = ["Heliax AG <hello@heliax.dev>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Namada IO"
homepage = "https://namada.net/"
documentation = "https://docs.namada.net/"
readme = "README.md"
keywords = [
    "blockchain",
    "privacy",
    "crypto",
    "protocol",
    "network",
]
license = "GPL-3.0"
repository = "https://github.com/anoma/namada"
resolver = "2"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.namada_core]
version = "0.47.3"

[dependencies.tendermint-rpc]
version = "0.40.1"
default-features = false

[dependencies.thiserror]
version = "2.0"

[features]
async-send = []

[target.'cfg(not(target_family = "wasm"))'.dependencies.kdam]
version = "0.6"

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio]
version = "1.8"
features = ["full"]
default-features = false

[target.'cfg(target_family = "wasm")'.dependencies.tokio]
version = "1.8"
features = ["sync"]
default-features = false