waside 0.1.0

An AST for WebAssembly that supports decoding, encoding, and printing.
Documentation
# 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 = "waside"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An AST for WebAssembly that supports decoding, encoding, and printing."
readme = false
keywords = [
    "webassembly",
    "wasm",
    "ast",
    "encoder",
]
categories = ["wasm"]
license = "(Apache-2.0 WITH LLVM-exception) OR Apache-2.0 OR MIT"
repository = "https://github.com/eqrion/waside"

[lib]
name = "waside"
path = "src/lib.rs"

[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.wasm-encoder]
version = "0.245"
features = [
    "std",
    "wasmparser",
]

[dependencies.wasmparser]
version = "0.245"
features = [
    "std",
    "validate",
    "features",
    "simd",
]

[dev-dependencies.arbitrary]
version = "1"
features = ["derive"]

[dev-dependencies.wasm-smith]
version = "0.245"
features = ["wasmparser"]

[dev-dependencies.wasmprinter]
version = "0.245"

[dev-dependencies.wat]
version = "1.245"