# 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_macros" version = "0.2.13" 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" [lib] proc-macro = true [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0.99" features = ["full"] [dev-dependencies.anyhow] version = "1.0.64" [dev-dependencies.async-trait] version = "0.1.57" [dev-dependencies.axum] version = "0.6.0-rc.1" features = ["headers"] [dev-dependencies.bincode] version = "2.0.0-rc.1" features = [ "serde", "derive", ] [dev-dependencies.bytes] version = "1.2.1" [dev-dependencies.http] version = "0.2.8" [dev-dependencies.hyper] version = "0.14.20" [dev-dependencies.reqwest] version = "0.11.11" [dev-dependencies.tokio] version = "1.21.0" features = ["full"] [dev-dependencies.uuid] version = "1.1.2" features = [ "v4", "serde", ]