# 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 = "wasmcov" version = "0.2.2" authors = [ "Bartosz Barwikowski ", "Noah Jelich ", ] exclude = [ ".devcontainer", "docs/*", ] description = "A set of helpers for coverage of wasm modules" documentation = "https://hknio.github.io/wasmcov/" readme = "README.md" keywords = [ "crypto", "wasm", "blockchain", "testing", "profiling", ] categories = [ "development-tools", "embedded", "wasm", "command-line-utilities", "cryptography::cryptocurrencies", ] license = "Apache-2.0" repository = "https://github.com/hknio/wasmcov" [lib] name = "wasmcov" path = "src/lib.rs" [[bin]] name = "cargo-wasmcov" path = "src/bin/wasmcov.rs" required-features = ["near_sandbox"] [features] default = ["near_sandbox"] near_sandbox = [] [target."cfg(not(target_family = \"wasm\"))".dependencies.anyhow] version = "1.0.86" [target."cfg(not(target_family = \"wasm\"))".dependencies.clap] version = "4.2" features = [ "cargo", "derive", ] [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"