[package] name = "kvarn_testing" version = "0.6.1" authors = ["Icelk "] edition = "2021" rust-version = "1.56" description = "Testing framework used by the Kvarn web server." readme = "README.md" homepage = "https://kvarn.org/" repository = "https://github.com/Icelk/kvarn/" license = "Apache-2.0" categories = ["web-programming", "development-tools::testing"] [dependencies] kvarn = { path = "../", features = ["full"], version = "0.6.2" } reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-manual-roots", "http2"] } rand = "0.8" rcgen = "0.13" tokio = { version = "1.24", features = ["macros"] } rustls = "0.23.8" env_logger = { version = "0.11", default-features = false, features = ["auto-color"] } log = "0.4.19"