# 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 = "2018" name = "prov-cosmwasm-vm" version = "1.0.0-provbeta3" authors = ["Fred Kneeland "] description = "VM bindings to run cosmwams contracts" license = "Apache-2.0" repository = "https://github.com/provenance-io/cosmwasm/tree/main/packages/vm" [lib] bench = false [[example]] name = "check_contract" required-features = ["iterator"] [[bench]] name = "main" harness = false [dependencies.clru] version = "0.4.0" [dependencies.hex] version = "0.4" [dependencies.loupe] version = "0.1.3" [dependencies.parity-wasm] version = "0.42" [dependencies.prov-cosmwasm-crypto] version = "1.0.0-provbeta3" [dependencies.prov-cosmwasm-std] version = "1.0.0-provbeta3" default-features = false [dependencies.schemars] version = "0.8.1" [dependencies.serde] version = "1.0.103" features = ["derive", "alloc"] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9.1" [dependencies.thiserror] version = "1.0" [dependencies.wasmer] version = "=2.2.0-rc1" features = ["cranelift", "universal", "singlepass"] default-features = false [dependencies.wasmer-middlewares] version = "=2.2.0-rc1" [dev-dependencies.clap] version = "2.33.3" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.hex-literal] version = "0.3.1" [dev-dependencies.leb128] version = "0.2" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.wat] version = "1.0" [features] backtraces = [] cranelift = ["wasmer/cranelift"] default = ["staking", "iterator"] iterator = ["prov-cosmwasm-std/iterator"] staking = ["prov-cosmwasm-std/staking"] stargate = ["prov-cosmwasm-std/stargate"]