# 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 = "openapi-client-gen" version = "0.0.2" authors = ["Alexander Schütz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Experimental OpenApi client generator for Rust with support for C-FFI and WASM" readme = "README.md" keywords = [ "openapi", "generator", "ffi", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" [profile.dev] panic = "abort" [profile.release] panic = "abort" [[bin]] name = "openapi-client-gen" path = "src/main.rs" [dependencies.either] version = "1.13.0" [dependencies.futures-core] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.heck] version = "0.5.0" [dependencies.http] version = "1.1.0" [dependencies.json] version = "0.12.4" [dependencies.linked-hash-map] version = "0.5.6" [dependencies.paste] version = "1.0.5" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "rustls-tls", "stream", ] default-features = false [dependencies.tokio-util] version = "0.7.12" features = ["codec"] [dependencies.urlencoding] version = "2.1.3" [features] async = [] blocking = [] default = [ "blocking", "async", ] ffi = [] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1.39.2" features = ["rt-multi-thread"] [target.'cfg(target_arch = "wasm32")'.dependencies.tokio] version = "1.39.2"