# 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" name = "capnp-rpc" version = "0.20.2" authors = ["David Renshaw "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "implementation of the Cap'n Proto remote procedure call protocol" documentation = "https://docs.rs/capnp-rpc/" readme = "README.md" categories = ["network-programming"] license = "MIT" repository = "https://github.com/capnproto/capnproto-rust" [lib] name = "capnp_rpc" path = "src/lib.rs" [dependencies.capnp] version = "0.20.0" [dependencies.capnp-futures] version = "0.20.0" [dependencies.futures] version = "0.3.0" features = ["std"] default-features = false [lints.clippy] type_complexity = "allow"