# 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" rust-version = "1.56.1" name = "as-ffi-bindings" version = "0.2.7" authors = [ "Adrien Zinger ", "Yvan Sraka ", "Aurelia Dolo", ] build = "build.rs" description = "Helpers to read and write memory in AssemblyScript wasm modules" readme = "README.md" keywords = [ "assemblyscript", "assembly-script", "wasm", "wasmer", ] license = "Apache-2.0" repository = "https://github.com/cppccn/as-ffi-bindings" [dependencies.anyhow] version = "1" [dependencies.wasmer] version = "2.3.0" [dev-dependencies.lazy_static] version = "1" [features] no_thread = []