# 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-api" version = "0.2.0-rc.12" authors = ["Jacob Rothstein "] description = "an api handler for trillium.rs" readme = "README.md" keywords = [ "trillium", "framework", "async", ] categories = [ "web-programming::http-server", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/trillium-rs/trillium" [dependencies.form_urlencoded] version = "1.2.1" optional = true [dependencies.log] version = "0.4.20" [dependencies.mime] version = "0.3.17" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.serde_path_to_error] version = "0.1.14" [dependencies.serde_urlencoded] version = "0.7.1" optional = true [dependencies.thiserror] version = "1.0.52" [dependencies.trillium] version = "0.2.20" [dependencies.trillium-macros] version = "0.0.6" [dependencies.url] version = "2.5.0" optional = true [dev-dependencies.async-channel] version = "2.3.1" [dev-dependencies.async-io] version = "2.3.1" [dev-dependencies.env_logger] version = "0.11.0" [dev-dependencies.serde] version = "1.0.193" features = ["derive"] [dev-dependencies.test-harness] version = "0.2.0" [features] default = ["forms"] forms = [ "serde_urlencoded", "form_urlencoded", ] url = ["dep:url"]