specit 0.4.0

Spec "it" for Rust testing
Documentation
[dependencies.async-std]
features = ["attributes"]
optional = true
version = "1.6"

[dependencies.js-sys]
optional = true
version = "0.3"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[dependencies.tokio]
features = ["rt", "macros"]
optional = true
version = "1.0"

[dependencies.wasm-bindgen]
optional = true
version = "0.2"

[dependencies.wasm-bindgen-futures]
optional = true
version = "0.4"

[dependencies.wasm-bindgen-test]
optional = true
version = "0.3"

[features]
full = ["tokio", "async-std", "lib-wasm-bindgen"]
lib-wasm-bindgen = ["wasm-bindgen", "wasm-bindgen-test", "wasm-bindgen-futures", "js-sys"]

[lib]
proc-macro = true

[package]
authors = ["Ryo Ota <nwtgck@nwtgck.org>"]
description = "Spec \"it\" for Rust testing"
edition = "2018"
keywords = ["spec", "testing", "test"]
license = "MIT"
name = "specit"
readme = "README.md"
repository = "https://github.com/nwtgck/specit-rust"
version = "0.4.0"