# 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-test-helpers" version = "0.8.0" description = "🧪 Test client for axum copied from axum" readme = "README.md" keywords = [ "axum", "test", "test-framework", ] categories = ["development-tools::testing"] license = "GPL-3.0-only" repository = "https://github.com/cloudwalk/axum-test-helpers" [dependencies.axum] version = "0.7" [dependencies.bytes] version = "1.4.0" [dependencies.futures-util] version = "0.3.30" [dependencies.http] version = "1.0" [dependencies.reqwest] version = "0.11" features = [ "json", "multipart", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" [dependencies.tower] version = "0.4.13" features = ["make"] [dependencies.tower-service] version = "0.3" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["json"] [features] cookies = ["reqwest/cookies"] default = ["withtrace"] withouttrace = [] withtrace = []