# 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" rust-version = "1.75" name = "yahf" version = "0.0.2" description = "Yet Another HTTP Framework focused on DX" readme = "README.md" keywords = [ "http", "framework", ] categories = [ "asynchronous", "network-programming", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/lucasduartesobreira/yahf" [profile.release] debug = 2 [dependencies.futures] version = "0.3.26" [dependencies.http] version = "0.2.9" [dependencies.hyper] version = "0.14.27" features = [ "server", "tcp", "stream", ] [dependencies.hyper-rustls] version = "0.24.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tls-listener] version = "0.5.1" features = [ "hyper-h1", "hyper-h2", "rustls", ] [dependencies.tokio] version = "1.29.1" features = [ "tokio-macros", "macros", "rt-multi-thread", ] [dependencies.tokio-rustls] version = "0.24.1" [dev-dependencies.hyper] version = "0.14.27" features = ["client"] [dev-dependencies.rcgen] version = "0.11.1"