# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "casperlabs-engine-wasm-prep" version = "0.6.1" authors = ["Michael Birch ", "Mateusz Górski "] description = "Preprocessor of Wasm modules for use as smart contracts on the CasperLabs network." homepage = "https://casperlabs.io" documentation = "https://docs.rs/casperlabs-engine-wasm-prep" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/CasperLabs/CasperLabs/tree/master/execution-engine/engine-wasm-prep" [package.metadata.docs.rs] features = ["no-unstable-features"] [dependencies.parity-wasm] version = "0.41.0" [dependencies.proptest] version = "0.9.4" [dependencies.pwasm-utils] version = "0.12.0" [dependencies.types] version = "0.6.1" features = ["std"] package = "casperlabs-types" [features] no-unstable-features = ["types/no-unstable-features"]