# 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.63" name = "axum-wasm-macros" version = "0.1.2" authors = ["Logan Keenan"] description = "A macro to enable compabatility between Axum and and WASM" readme = "README.md" keywords = [ "Axum", "WASM", "Cloudflare", "browser", ] license = "MIT" repository = "https://github.com/logankeenan/axum-wasm-macros" [lib] proc-macro = true [dependencies.quote] version = "1.0.26" [dependencies.syn] version = "2.0.15" features = ["full"] [dev-dependencies.axum] version = "0.6.19" features = ["macros"] default-features = false [dev-dependencies.oneshot] version = "0.1.5" [dev-dependencies.reqwest] version = "0.11.18" features = ["rustls-tls"] default-features = false [dev-dependencies.tower-service] version = "0.3.2" [dev-dependencies.wasm-bindgen] version = "0.2.84" [dev-dependencies.wasm-bindgen-futures] version = "0.4.34" [dev-dependencies.wasm-bindgen-test] version = "0.3.34" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1" features = ["full"]