# 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" version = "0.1.13" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a subset of JSON-RPC 2.0, with magical autogeneration of servers and clients" readme = "README.md" license = "ISC" repository = "https://github.com/themeliolabs/nanorpc" [lib] name = "nanorpc" path = "src/lib.rs" [[example]] name = "nanorpc-backdoor" path = "examples/nanorpc-backdoor/main.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.async-trait] version = "0.1.58" [dependencies.fastrand] version = "1.8.0" [dependencies.futures-lite] version = "1.12.0" [dependencies.log] version = "0.4.17" [dependencies.nanorpc-derive] version = "0.1.6" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.anyhow] version = "1.0.66" [dev-dependencies.argh] version = "0.1.9" [dev-dependencies.reqwest] version = "0.11.12" features = ["json"] [dev-dependencies.smol] version = "1.2.5" [dev-dependencies.tokio] version = "1.21.2" features = ["full"] [dev-dependencies.warp] version = "0.3.3"