# 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-client" version = "0.6.2" authors = ["Jacob Rothstein "] description = "http/1.x client for trillium.rs" readme = "README.md" keywords = [ "trillium", "framework", "async", ] categories = [ "web-programming", "web-programming::http-client", ] license = "MIT OR Apache-2.0" repository = "https://github.com/trillium-rs/trillium" [package.metadata.cargo-udeps.ignore] development = ["trillium"] [dependencies.crossbeam-queue] version = "0.3.10" [dependencies.dashmap] version = "5.5.3" [dependencies.encoding_rs] version = "0.8.33" [dependencies.futures-lite] version = "2.1.0" [dependencies.httparse] version = "1.8.0" [dependencies.log] version = "0.4.20" [dependencies.memchr] version = "2.7.1" [dependencies.mime] version = "0.3.17" [dependencies.serde] version = "1.0.193" optional = true [dependencies.serde_json] version = "1.0.108" optional = true [dependencies.size] version = "0.4.1" [dependencies.thiserror] version = "1.0.52" optional = true [dependencies.trillium-http] version = "0.3.17" features = ["unstable"] [dependencies.trillium-server-common] version = "0.5.2" [dependencies.trillium-websockets] version = "0.6.6" optional = true [dev-dependencies.async-channel] version = "2.1.1" [dev-dependencies.async-global-executor] version = "2.4.1" [dev-dependencies.env_logger] version = "0.11.0" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.test-harness] version = "0.2.0" [features] json = [ "dep:serde_json", "dep:serde", "dep:thiserror", ] websockets = [ "dep:trillium-websockets", "dep:thiserror", ]