# 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 = "nanorpc-http" version = "0.1.5" description = "an extremely simple nanorpc backend built on top of HTTP" readme = "README.md" license = "ISC" repository = "https://github.com/nullchinchilla/nanorpc-http" [dependencies.anyhow] version = "1.0.69" [dependencies.async-compat] version = "0.2.1" [dependencies.async-socks5] version = "0.6.0" [dependencies.async-trait] version = "0.1.64" [dependencies.bytes] version = "1.4.0" [dependencies.concurrent-queue] version = "2.1.0" [dependencies.http-body-util] version = "=0.1.0-rc.2" [dependencies.hyper] version = "=1.0.0-rc.2" features = [ "client", "server", "http1", ] [dependencies.nanorpc] version = "0.1.12" [dependencies.serde_json] version = "1.0.93" [dependencies.smol] version = "1.3.0" [dev-dependencies.thiserror] version = "1.0.38"