stubr-attributes 0.4.10

Wiremock implemented in Rust
Documentation
[package]
name = "stubr-attributes"
version = "0.4.10"
edition = "2018"
authors = ["Beltram Maldant"]
description = "Wiremock implemented in Rust"
homepage = "https://github.com/beltram/stubr"
repository = "https://github.com/beltram/stubr"
license = "Apache-2.0"
keywords = ["macro", "mock", "test", "contract", "http"]
categories = ["command-line-utilities", "development-tools::testing"]

include = ["/src/*", "/Cargo.toml"]

[lib]
proc-macro = true

[dependencies]
syn = "1.0.80"
quote = "1.0.10"
proc-macro2 = "1.0.30"

[dev-dependencies]
isahc = "1.5.1"
async-std = "1.10.0"
asserhttp = "0.2.1"