# 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.65" name = "servio-util" version = "0.1.0" description = "Various utilities for Servio" keywords = ["servio"] categories = [ "web-programming::http-server", "web-programming::websocket", ] license = "MIT" repository = "https://github.com/GamePad64/servio" [dependencies.bytes] version = "1.2.1" [dependencies.futures-core] version = "0.3.25" [dependencies.futures-util] version = "0.3.25" [dependencies.http] version = "0.2.8" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0.87" optional = true [dependencies.servio-http] version = "0.1" [dependencies.servio-service] version = "0.1" [dependencies.tracing] version = "0.1" [features] default = [] serde = [ "dep:serde", "dep:serde_json", ]