# 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 = "axum_client_derive" version = "0.1.0" 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.reqwest] version = "0.11.11" features = ["json"] optional = true [dependencies.syn] version = "1.0.99" features = ["full"] [dev-dependencies.axum] version = "0.6.0-rc.1" features = ["headers"] [dev-dependencies.bytes] version = "1.2.1" [dev-dependencies.headers] version = "0.3.8" [dev-dependencies.http] version = "0.2.8" [dev-dependencies.serde] version = "1.0.144" features = ["derive"] [dev-dependencies.tokio] version = "1.21.0" features = ["full"] [features] reqwest = ["dep:reqwest"]