# 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 = "concordium-wasm" version = "5.0.0" authors = ["Concordium "] description = "Concordium's Wasm execution engine" homepage = "https://github.com/Concordium/concordium-base/tree/main/smart-contracts/wasm-transform" readme = "./README.md" license-file = "LICENSE" repository = "https://github.com/Concordium/concordium-base/" [lib] crate-type = ["rlib"] [[bench]] name = "validation-time" harness = false [dependencies.anyhow] version = "1.0" [dependencies.concordium-contracts-common] version = "9" features = ["derive-serde"] [dependencies.derive_more] version = "0.99" [dependencies.leb128] version = "0.2" [dependencies.num_enum] version = "0.6" [dev-dependencies.criterion] version = "0.4" [features] fuzz-coverage = []