# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "testax" version = "0.3.0" authors = ["Filip Bucek "] exclude = [".github/*"] description = "Crate for testing actix GET/POST/UPDATE/DELETE" readme = "README.md" keywords = ["actix", "test"] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/fbucek/testax" [dependencies.actix-http] version = "2.0" [dependencies.actix-service] version = "1.0" [dependencies.actix-web] version = "3.0" default-features = false [dependencies.actix-web-httpauth] version = "0.5" [dependencies.anyhow] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.actix-rt] version = "1.1"