[package] name = "wasm-cs" version = "1.0.0" edition = "2021" rust-version = "1.73" license = "MIT" homepage = "https://github.com/leighmcculloch/wasm-cs" repository = "https://github.com/leighmcculloch/wasm-cs" description = "Read and write custom sections in WASM modules." authors = [ # Author of wasm-custom-section: https://github.com/xtuc/wasm-custom-section. "Sven Sauleau ", # Author of modifications in this fork. "Leigh McCulloch", ] readme = "README.md" [dependencies] clap = { version = "4", features = ["derive"] } wasm-gen = { version = "0.1.4" } wasmparser = { version = "0.116" } pretty-hex = { version = "0.3.0" } base64 = { version = "0.21.5" }