wasmcov 0.2.2

A set of helpers for coverage of wasm modules
Documentation
[[bin]]
name = "cargo-wasmcov"
path = "src/bin/wasmcov.rs"
required-features = ["near_sandbox"]

[features]
default = ["near_sandbox"]
near_sandbox = []

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

[package]
authors = ["Bartosz Barwikowski <b.barwikowski@hacken.io>", "Noah Jelich <n.jelich@hacken.io>"]
categories = ["development-tools", "embedded", "wasm", "command-line-utilities", "cryptography::cryptocurrencies"]
description = "A set of helpers for coverage of wasm modules"
documentation = "https://hknio.github.io/wasmcov/"
edition = "2021"
exclude = [".devcontainer", "docs/*"]
keywords = ["crypto", "wasm", "blockchain", "testing", "profiling"]
license = "Apache-2.0"
name = "wasmcov"
readme = "README.md"
repository = "https://github.com/hknio/wasmcov"
version = "0.2.2"

[target.'cfg(not(target_family = "wasm"))'.dependencies.anyhow]
version = "1.0.86"

[target.'cfg(not(target_family = "wasm"))'.dependencies.clap]
features = ["cargo", "derive"]
version = "4.2"

[target.'cfg(not(target_family = "wasm"))'.dependencies.glob]
version = "0.3.1"

[target.'cfg(not(target_family = "wasm"))'.dependencies.regex]
version = "1.10.5"

[target.'cfg(not(target_family = "wasm"))'.dependencies.serde_json]
version = "1.0.118"

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.tempfile]
version = "3.10.1"

[target.'cfg(target_family = "wasm")'.dependencies.minicov]
version = "0.3.5"