# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "specit" version = "0.4.0" authors = ["Ryo Ota "] description = "Spec \"it\" for Rust testing" readme = "README.md" keywords = ["spec", "testing", "test"] license = "MIT" repository = "https://github.com/nwtgck/specit-rust" [lib] proc-macro = true [dependencies.async-std] version = "1.6" features = ["attributes"] optional = true [dependencies.js-sys] version = "0.3" optional = true [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"] [dependencies.tokio] version = "1.0" features = ["rt", "macros"] optional = true [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.wasm-bindgen-futures] version = "0.4" optional = true [dependencies.wasm-bindgen-test] version = "0.3" optional = true [features] full = ["tokio", "async-std", "lib-wasm-bindgen"] lib-wasm-bindgen = ["wasm-bindgen", "wasm-bindgen-test", "wasm-bindgen-futures", "js-sys"]