# 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.81" name = "hypers" version = "0.14.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple rust web framework based on hyper 1.0" homepage = "https://github.com/lo-ferris/hypers" documentation = "https://docs.rs/hypers" readme = "README.md" keywords = [ "hyper", "web", "framework", "springboot", "gin", ] categories = [ "web-programming::http-server", "web-programming::websocket", "network-programming", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/lo-ferris/hypers" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.playground] all-features = true [lib] name = "hypers" path = "src/lib.rs" [dependencies.hypers_compression] version = "0.14.1" features = ["full"] optional = true [dependencies.hypers_core] version = "0.14.1" [dependencies.hypers_openapi] version = "0.14.1" optional = true [dependencies.hypers_session] version = "0.14.1" optional = true [features] cbor = ["hypers_core/cbor"] compression = ["hypers_compression"] cookie = ["hypers_core/cookie"] debug = [ "hypers_core/debug", "hypers_openapi/debug", ] default = [ "macro", "http1", ] full = ["hypers_core/full"] http1 = ["hypers_core/http1"] http2 = ["hypers_core/http2"] macro = ["hypers_core/macro"] msgpack = ["hypers_core/msgpack"] multipart = ["hypers_core/multipart"] native_tls = ["hypers_core/native_tls"] openapi = ["hypers_openapi"] rustls = ["hypers_core/rustls"] session = ["hypers_session"] static_embed = ["hypers_core/static_embed"] static_file = ["hypers_core/static_file"] test = ["hypers_core/test"] toml = ["hypers_core/toml"] websocket = ["hypers_core/websocket"] xml = ["hypers_core/xml"] yaml = ["hypers_core/yaml"]