# 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 = "binhoc" version = "0.1.23" authors = ["sjud"] description = "Generate code for rust clients communicating with axum servers. " license = "MIT OR Apache-2.0" repository = "https://github.com/sjud/axum_client_derive" resolver = "2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-trait] version = "0.1.57" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.axum-core] version = "0.3.0-rc.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.bincode] version = "2.0.0-rc.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.binhoc_macros] version = "0.2.13" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper] version = "0.14.20" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tower-layer] version = "0.3.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tower-service] version = "0.3.2" [target."cfg(target_arch = \"wasm32\")".dependencies.bincode] version = "2.0.0-rc.1" [target."cfg(target_arch = \"wasm32\")".dependencies.binhoc_macros] version = "0.2.13"