| # 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 = "jsonrpc-derive" |
| version = "18.0.0" |
| authors = ["Parity Technologies <admin@parity.io>"] |
| description = "High level, typed wrapper for `jsonrpc-core`" |
| homepage = "https://github.com/paritytech/jsonrpc" |
| documentation = "https://docs.rs/jsonrpc-derive/" |
| license = "MIT" |
| repository = "https://github.com/paritytech/jsonrpc" |
| |
| [lib] |
| proc-macro = true |
| [dependencies.proc-macro-crate] |
| version = "0.1.4" |
| |
| [dependencies.proc-macro2] |
| version = "1.0" |
| |
| [dependencies.quote] |
| version = "1.0.6" |
| |
| [dependencies.syn] |
| version = "1.0" |
| features = ["full", "extra-traits", "visit", "fold"] |
| [dev-dependencies.assert_matches] |
| version = "1.3" |
| |
| [dev-dependencies.jsonrpc-core] |
| version = "18.0.0" |
| |
| [dev-dependencies.jsonrpc-core-client] |
| version = "18.0.0" |
| |
| [dev-dependencies.jsonrpc-pubsub] |
| version = "18.0.0" |
| |
| [dev-dependencies.jsonrpc-tcp-server] |
| version = "18.0.0" |
| |
| [dev-dependencies.serde] |
| version = "1.0" |
| features = ["derive"] |
| |
| [dev-dependencies.serde_json] |
| version = "1.0" |
| |
| [dev-dependencies.trybuild] |
| version = "1.0" |