# 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 = "wasmut-wasm" version = "0.46.0" authors = [ "Lukas Wagner ", "Nikolay Volf ", "Svyatoslav Nikolsky ", "Sergey Shulepov ", ] include = [ "src/**/*", "LICENSE-*", "README.md", ] description = "WebAssembly low-level format library" homepage = "https://github.com/lwagner94/wasmut-wasm" documentation = "https://docs.rs/wasmut-wasm" readme = "README.md" keywords = [ "wasm", "webassembly", "bytecode", "serde", "interpreter", ] categories = [ "wasm", "parser-implementations", ] license = "MIT/Apache-2.0" repository = "https://github.com/lwagner94/wasmut-wasm" [dev-dependencies.time] version = "0.3" [features] atomics = [] bulk = [] default = ["std"] multi_value = [] offsets = [] reduced-stack-buffer = [] sign_ext = [] simd = [] std = []