# 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-browser-adapter" version = "0.2.1" authors = ["Logan Keenan"] exclude = ["example"] description = "Adapters to easily run an Axum server compiled to WASM in the browser" readme = "README.md" keywords = [ "Axum", "WASM", "browser", ] license = "MIT" repository = "https://github.com/logankeenan/axum-browser-adapter" [dependencies.axum] version = "^0.6.19" default-features = false [dependencies.axum-wasm-macros] version = "^0.1.1" [dependencies.futures] version = "^0.3.28" [dependencies.http-body] version = "^0.4.5" [dependencies.serde] version = "^1.0.171" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "^0.5.0" [dependencies.wasm-bindgen] version = "^0.2.87" [dependencies.wasm-bindgen-futures] version = "^0.4.37" [dev-dependencies.axum] version = "^0.6.19" default-features = false [dev-dependencies.oneshot] version = "^0.1.5" [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"