wasmonkey 0.1.18

WebAssembly object-file patcher for replacing exported functions with imports from a builtins library
# 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 = "wasmonkey"
version = "0.1.18"
authors = ["Frank Denis <github@pureftpd.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebAssembly object-file patcher for replacing exported functions with imports from a builtins library"
homepage = "https://github.com/jedisct1/wasmonkey"
readme = "README.md"
keywords = [
    "wasm",
    "webassembly",
    "patcher",
    "object-file",
    "cli",
]
categories = ["wasm"]
license = "ISC"
repository = "https://github.com/jedisct1/wasmonkey"

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

[[bin]]
name = "wasmonkey"
path = "src/bin/wasmonkey.rs"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.clap]
version = "3.2.25"
features = [
    "std",
    "cargo",
    "wrap_help",
]
default-features = false

[dependencies.goblin]
version = "0.6.1"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.parity-wasm]
version = "0.45.0"

[dependencies.serde]
version = "1.0.229"

[dependencies.serde_derive]
version = "1.0.229"

[dependencies.serde_json]
version = "1.0.151"

[dependencies.siphasher]
version = "0.3.11"

[dependencies.thiserror]
version = "1.0.69"