# 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" rust-version = "1.79" name = "twurst-client" version = "0.0.1" authors = ["Thomas Pellissier-Tanon "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Twirp client related code" readme = "README.md" license = "Apache-2.0" [lib] name = "twurst_client" path = "src/lib.rs" [dependencies.http] version = "1" [dependencies.http-body] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.prost-reflect] version = "0.14" features = [ "derive", "serde", ] [dependencies.reqwest-012] version = "0.12" optional = true default-features = false package = "reqwest" [dependencies.serde] version = "1.0.132" [dependencies.serde_json] version = "1" [dependencies.tower-service] version = "0.3.3" [dependencies.trait-variant] version = "0.1.2" [dependencies.twurst-error] version = "0.0.1" features = ["http"] [dev-dependencies.tokio] version = "1.39" features = [ "macros", "rt", ] [dev-dependencies.tower] version = "0.5.1" features = ["util"] [features] reqwest-012 = ["dep:reqwest-012"]