# 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 = "casper-wasmi-validation" version = "0.6.0" authors = ["Parity Technologies "] description = "Wasm code validator" license = "MIT/Apache-2.0" repository = "https://github.com/casper-network/casper-wasmi" [dependencies.casper-wasm] version = "0.46.0" default-features = false [dev-dependencies.assert_matches] version = "1.1" [features] default = ["std"] sign_ext = ["casper-wasm/sign_ext"] std = ["casper-wasm/std"]