# 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 = "goohttp" version = "0.4.2" authors = ["Gooxey "] publish = true description = "An embedded, axum-compatible HTTP server and macros" readme = "README.md" keywords = [ "embedded", "esp", "http-server", "http", "axum", ] categories = [ "embedded", "network-programming", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/Gooxey/goohttp.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.axum] version = "0.6.18" default-features = false [dependencies.goolog] version = "0.7.0" optional = true default-features = false [dependencies.http] version = "0.2.9" optional = true [dependencies.hyper] version = "0.14.27" optional = true [dependencies.tokio] version = "1.29.1" features = [ "rt", "time", ] optional = true [dev-dependencies.hyper] version = "0.14.27" [dev-dependencies.tokio] version = "1.29.1" features = ["full"] [features] default = [] esp = [ "dep:goolog", "dep:http", "dep:hyper", "dep:tokio", ]