# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74.1" name = "jsonrpsee-proc-macros" version = "0.24.7" authors = [ "Parity Technologies ", "Pierre Krieger ", ] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Procedueral macros for jsonrpsee" homepage = "https://www.parity.io/" documentation = "https://docs.rs/jsonrpsee" readme = "README.md" keywords = [ "jsonrpc", "json", "http", "websocket", "WASM", ] license = "MIT" repository = "https://github.com/paritytech/jsonrpsee" [lib] name = "jsonrpsee_proc_macros" path = "src/lib.rs" proc-macro = true [[test]] name = "ui" path = "tests/ui.rs" [dependencies.heck] version = "0.5.0" [dependencies.proc-macro-crate] version = "3" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "extra-traits", "full", "visit", "parsing", "printing", "clone-impls", "proc-macro", ] default-features = false [dev-dependencies.futures-channel] version = "0.3.14" default-features = false [dev-dependencies.futures-util] version = "0.3.14" default-features = false [dev-dependencies.hyper] version = "1.3" [dev-dependencies.hyper-util] version = "0.1.3" features = [ "client", "client-legacy", ] [dev-dependencies.serde] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1.23.1" features = [ "rt", "macros", ] [dev-dependencies.tower] version = "0.4" [dev-dependencies.trybuild] version = "1.0.97"