# 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 = "2018" name = "wasm3" version = "0.3.1" authors = ["Lukas Tobias Wirth "] exclude = ["examples/*", "tests/*"] description = "Rust bindings for wasm3" homepage = "https://github.com/wasm3/wasm3-rs" readme = "README.md" categories = ["api-bindings"] license = "MIT" repository = "https://github.com/wasm3/wasm3-rs" [package.metadata.docs.rs] all-features = true [profile.release] opt-level = 3 lto = true [dependencies.cty] version = "0.2" [dependencies.ffi] version = "0.3.0" package = "wasm3-sys" [dev-dependencies.trybuild] version = "1.0" [features] build-bindgen = ["ffi/build-bindgen"] default = ["wasi", "std", "use-32bit-slots"] std = [] use-32bit-slots = ["ffi/use-32bit-slots"] wasi = ["ffi/wasi"]