# 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 = "trillium-testing" version = "0.7.0" authors = ["Jacob Rothstein "] description = "testing library for trillium applications" readme = "README.md" keywords = [ "trillium", "framework", "testing", ] categories = [ "web-programming::http-server", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/trillium-rs/trillium" [package.metadata.docs.rs] features = ["smol"] [[example]] name = "testing" test = true [dependencies.async-channel] version = "2.1.1" [dependencies.async-dup] version = "1.2.4" [dependencies.cfg-if] version = "1.0.0" [dependencies.dashmap] version = "5.5.3" [dependencies.fastrand] version = "2.0.1" [dependencies.futures-lite] version = "2.1.0" [dependencies.once_cell] version = "1.19.0" [dependencies.portpicker] version = "0.1.1" [dependencies.trillium] version = "0.2.20" [dependencies.trillium-async-std] version = "0.4.0" optional = true [dependencies.trillium-http] version = "0.3.17" [dependencies.trillium-macros] version = "0.0.6" [dependencies.trillium-server-common] version = "0.5.2" [dependencies.trillium-smol] version = "0.4.1" optional = true [dependencies.trillium-tokio] version = "0.4.0" optional = true [dependencies.url] version = "2.5.0" [dev-dependencies.test-harness] version = "0.2.0" [features] async-std = ["trillium-async-std"] default = [] smol = ["trillium-smol"] tokio = ["trillium-tokio"]