# 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 = "tarpc-lib" version = "0.7.0" authors = ["Tim Kuehn "] description = "An RPC framework for Rust with a focus on ease of use." homepage = "https://github.com/google/tarpc" documentation = "https://docs.rs/tarpc-lib" readme = "../README.md" keywords = ["rpc", "network", "server", "api", "microservices"] categories = ["asynchronous", "network-programming"] license = "MIT" repository = "https://github.com/google/tarpc" [dependencies.fnv] version = "1.0" [dependencies.futures-preview] version = "0.3.0-alpha.18" [dependencies.humantime] version = "1.0" [dependencies.log] version = "0.4" [dependencies.pin-utils] version = "0.1.0-alpha.4" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" optional = true [dependencies.tokio] version = "0.2.0-alpha.4" optional = true [dependencies.tokio-timer] version = "0.3.0-alpha.4" [dependencies.trace] version = "0.3" package = "tarpc-trace" [dev-dependencies.assert_matches] version = "1.0" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.futures-test-preview] version = "0.3.0-alpha.18" [features] default = [] serde1 = ["trace/serde", "serde", "serde/derive"] tokio1 = ["tokio"]