# 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.81.0" name = "axum-cloudflare-adapter" version = "0.13.0" authors = ["Logan Keenan"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An adapter to easily run an Axum server in a Cloudflare worker." readme = "README.md" keywords = [ "Cloudflare", "Axum", "WASM", ] license = "MIT" repository = "https://github.com/logankeenan/axum-cloudflare-adapter" [lib] name = "axum_cloudflare_adapter" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.axum] version = "^0.7.6" default-features = false [dependencies.axum-wasm-macros] version = "^0.1.2" [dependencies.futures] version = "0.3.30" [dependencies.worker] version = "^0.4.1" [dev-dependencies.tower-service] version = "^0.3.3" [dev-dependencies.wasm-bindgen] version = "^0.2.93" [dev-dependencies.wasm-bindgen-futures] version = "^0.4.43" [dev-dependencies.wasm-bindgen-test] version = "^0.3.43"