# 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" rust-version = "1.56" name = "kvarn_testing" version = "0.6.1" authors = ["Icelk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Testing framework used by the Kvarn web server." homepage = "https://kvarn.org/" readme = "README.md" categories = [ "web-programming", "development-tools::testing", ] license = "Apache-2.0" repository = "https://github.com/Icelk/kvarn/" [lib] name = "kvarn_testing" path = "src/lib.rs" [dependencies.env_logger] version = "0.11" features = ["auto-color"] default-features = false [dependencies.kvarn] version = "0.6.2" features = ["full"] [dependencies.log] version = "0.4.19" [dependencies.rand] version = "0.8" [dependencies.rcgen] version = "0.13" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls-manual-roots", "http2", ] default-features = false [dependencies.rustls] version = "0.23.8" [dependencies.tokio] version = "1.24" features = ["macros"]