# 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.65.0" name = "tarpc-plugins" version = "0.14.0" authors = [ "Adam Wright ", "Tim Kuehn ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Proc macros for tarpc." homepage = "https://github.com/google/tarpc" documentation = "https://docs.rs/tarpc-plugins" readme = "README.md" keywords = [ "rpc", "network", "server", "api", "microservices", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/google/tarpc" [lib] name = "tarpc_plugins" path = "src/lib.rs" proc-macro = true [[test]] name = "server" path = "tests/server.rs" [[test]] name = "service" path = "tests/service.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "extra-traits", ] [dev-dependencies.assert-type-eq] version = "0.1.0" [dev-dependencies.futures] version = "0.3" [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] serde1 = [] [badges.travis-ci] repository = "google/tarpc"