# 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_vp" version = "0.47.3" authors = ["Heliax AG <hello@heliax.dev>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Namada validity predicates native trait and host functions" 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_vp" path = "src/lib.rs" [dependencies.namada_core] version = "0.47.3" [dependencies.namada_events] version = "0.47.3" [dependencies.namada_gas] version = "0.47.3" [dependencies.namada_state] version = "0.47.3" [dependencies.namada_tx] version = "0.47.3" [dependencies.namada_vp_env] version = "0.47.3" [dependencies.smooth-operator] version = "0.7" [dependencies.thiserror] version = "2.0" [dependencies.tracing] version = "0.1" [features] testing = ["namada_core/testing"]