wamex-cli 0.1.0

Command line interface for wamex splitter
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 = "2024"
name = "wamex-cli"
version = "0.1.0"
authors = ["Volodymyr Motylenko <me@vldm.cc>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line interface for wamex splitter"
readme = "README.md"
license-file = "LICENSE"
resolver = "2"

[features]
default = ["metadata"]
metadata = ["dep:wamex_types"]

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

[[bin]]
name = "wamex-cli"
path = "src/main.rs"

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

[[bench]]
name = "split_benchmarks"
path = "benches/split_benchmarks.rs"
harness = false

[dependencies.anyhow]
version = "1.0.82"
features = ["backtrace"]

[dependencies.clap]
version = "4.5.4"
features = ["derive"]

[dependencies.colored]
version = "3"

[dependencies.derivative]
version = "2.2"

[dependencies.env_logger]
version = "0.11.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.leb128fmt]
version = "0.1.0"

[dependencies.linear-map]
version = "1.2.0"

[dependencies.log]
version = "0.4.20"

[dependencies.nom]
version = "8.0.0"
features = ["std"]

[dependencies.ptree]
version = "0.5.0"

[dependencies.rustc-demangle]
version = "0.1.21"

[dependencies.similar]
version = "2"
features = ["inline"]

[dependencies.smallvec]
version = "1.15"

[dependencies.vec_map]
version = "0.8.2"

[dependencies.wamex_types]
version = "0.1.0"
features = ["full"]
optional = true

[dependencies.wasm-encoder]
version = "0.238.0"
features = ["wasmparser"]

[dependencies.wasmparser]
version = "0.238.0"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.insta]
version = "1.43"

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.tempdir]
version = "0.3"