# 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 = "http-server-plugin" version = "1.0.0-draft+1" authors = ["Esteban Borai "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "HTTP Server RS Plugin Crate" readme = "README.md" keywords = [ "sdk", "http", "server", "plugin", "dll", ] categories = [ "web-programming", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/http-server-rs/http-server" resolver = "1" [lib] name = "http_server_plugin" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.83" [dependencies.bytes] version = "1.7.1" [dependencies.http] version = "1.1.0" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.4" [dependencies.serde] version = "1.0.210" [dependencies.tokio] version = "1.40" features = ["full"] [dependencies.toml] version = "0.8.19" [build-dependencies.rustc_version] version = "0.4.1"