# 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 = "arpy" version = "0.2.0" authors = ["Simon Bourne "] description = "Define RPC signatures and use them with various clients/servers" homepage = "https://github.com/simon-bourne/arpy" readme = "README.md" keywords = [ "RPC", "web", ] categories = [ "web-programming", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/simon-bourne/arpy" [dependencies.arpy-macros] version = "0.2.0" [dependencies.async-trait] version = "0.1.63" [dependencies.futures] version = "0.3.25" [dependencies.pin-project] version = "1.0.12" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.38"