# 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 = "twirp-rs" version = "0.13.0-succinct" authors = ["The blackbird team "] description = "An async-compatible library for Twirp RPC in Rust." readme = "README.md" keywords = ["twirp"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/github/twirp-rs" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.7" [dependencies.futures] version = "0.3" [dependencies.http] version = "1.0" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.4" default-features = false [dependencies.prost] version = "0.13" [dependencies.reqwest] version = "0.12" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.40" default-features = false [dependencies.tower] version = "0.5" default-features = false [dependencies.url] version = "2.5" [features] test-support = []