cross-test 0.1.6

Native and web testing in a single framework
Documentation
[package]
authors = ["Danilo Guanabara <danguafer@gmail.com>"]
description = "Native and web testing in a single framework"
documentation = "https://docs.rs/cross-test"
edition = "2018"
license = "Apache-2.0"
name = "cross-test"
readme = "README.md"
repository = "https://github.com/notdanilo/cross-test"
version = "0.1.6"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
features = ["full"]
version = "1.0.1"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-test]
version = "0.3.20"