# 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-helper" version = "0.4.0" description = "Extra utilities for axum" homepage = "https://github.com/cloudwalk/axum-test-helper" readme = "README.md" keywords = [ "axum", "test", "test-framework", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/cloudwalk/axum-test-helper" [dependencies.axum] version = "0.7" [dependencies.bytes] version = "1.4.0" [dependencies.http] version = "1.0.0" [dependencies.http-body] version = "0.4" [dependencies.hyper] version = "1" [dependencies.reqwest] version = "0.11.23" features = [ "json", "stream", "multipart", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" [dependencies.tokio] version = "1" [dependencies.tower] version = "0.4.13" [dependencies.tower-service] version = "0.3" [dev-dependencies.serde] version = "1" features = ["serde_derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1" features = ["full"] [features] cookies = ["reqwest/cookies"] default = ["withtrace"] withouttrace = [] withtrace = []