# 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 = "tetsy-jsonrpc-derive" version = "15.1.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "Tetsy High level, typed wrapper for `tetsy-jsonrpc-core`" homepage = "https://core.tetcoin.org" documentation = "https://docs.rs/tetsy-jsonrpc-derive/" license = "MIT" repository = "https://github.com/tetcoin/tetsy-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.futures] version = "~0.1.6" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tetsy-jsonrpc-core] version = "15.1.0" [dev-dependencies.tetsy-jsonrpc-core-client] version = "15.1.0" [dev-dependencies.tetsy-jsonrpc-pubsub] version = "15.1.0" [dev-dependencies.tetsy-jsonrpc-tcp-server] version = "15.1.0" [dev-dependencies.tokio] version = "0.1" [dev-dependencies.trybuild] version = "1.0"