# 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.64" name = "chitey" version = "0.4.0" authors = [ "oligami ", "nicomiu404", "Ackky2424", ] description = "Http3 and Https low layer server framework on hyper and h3" readme = "README.md" keywords = [ "http3", "http", "web", "chitey", "framework", ] categories = [ "web-programming::http-server", "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/oligami-0424/chitey.git" [lib] name = "chitey" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.chitey-codegen] version = "0.4" [dependencies.chitey-server] version = "0.4" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" [dependencies.tokio] version = "1.32" features = [ "rt-multi-thread", "macros", "io-util", "io-std", "fs", "time", "full", ] [dependencies.urlpattern] version = "0.2" [features] macros = []