# 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 = "hotwire-turbo-axum" version = "0.1.1" description = "Axum integration for hotwire-turbo" documentation = "https://docs.rs/hotwire-turbo-axum" readme = "README.md" keywords = [ "hotwire", "turbo", "axum", ] license = "MIT" repository = "https://github.com/johnbcodes/hotwire-turbo" [dependencies.axum] version = "0.7" features = [] default-features = false [dev-dependencies.http-body-util] version = "0.1" [dev-dependencies.hyper] version = "1.0" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", "test-util", ] [dev-dependencies.tower] version = "0.4" features = ["util"]