# 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 = "connect-rpc" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Connect RPC for Rust." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/lann/connect-rpc-rs" [lib] name = "connect_rpc" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1.7.2" [dependencies.form_urlencoded] version = "1.2.1" [dependencies.futures-util] version = "0.3.31" [dependencies.http] version = "1.1" [dependencies.http-body] version = "1.0.1" [dependencies.http-body-util] version = "0.1.2" [dependencies.percent-encoding] version = "2.3.1" [dependencies.reqwest] version = "0.12.8" features = ["stream"] optional = true [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.64" [dependencies.tracing] version = "0.1.40" [features] default = ["reqwest"] reqwest = ["dep:reqwest"]