# 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 = "owasm-vm" version = "0.3.1" authors = ["Band Protocol "] description = "Oracle script VM runtime" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/bandprotocol/owasm/tree/master/packages/vm" resolver = "1" [dependencies.assert_matches] version = "1.3.0" [dependencies.clru] version = "0.2.0" [dependencies.hex] version = "0.4" [dependencies.owasm-crypto] version = "0.3.1" [dependencies.sha2] version = "0.9.1" [dependencies.tempfile] version = "3.1.0" [dependencies.wasm-instrument] version = "0.4.0" features = ["sign_ext"] default-features = false [dependencies.wasmer] version = "2.3.0" features = [ "singlepass", "compiler", "universal", ] default-features = false [dependencies.wasmer-middlewares] version = "2.3.0"