# 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" name = "wasper" version = "0.1.3" authors = ["whtsht "] exclude = ["tests/testsuite/**/*"] description = "A Webassembly interpreter written in Rust without standard library" documentation = "https://docs.rs/wasper" readme = "README.md" keywords = [ "no_std", "wasm", ] license = "MIT" repository = "https://github.com/whtsht/wasper" [[bin]] name = "wasper" path = "src/main.rs" [dependencies.num-traits] version = "0.2" features = ["libm"] default-features = false [dependencies.opt_vec] version = "0.1" features = ["alloc"] default-features = false [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.glob] version = "0.3.1" [dev-dependencies.log] version = "0.4" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.wat] version = "1" [features] alloc = [] default = ["std"] std = ["alloc"]