[package] name = "jsonrpc_client_macro" version = "0.3.0" authors = [ "Thomas Eizinger " ] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/thomaseizinger/rust-jsonrpc-client" description = "Internal proc-macro crate for `jsonrpc_client`." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] quote = "1" syn = { version = "1", features = [ "full" ] } [dev-dependencies] anyhow = "1" async-trait = "0.1" reqwest = "0.11"