# 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 = "speed-rs-core" version = "0.4.1" authors = ["Le Thanh Long "] description = "A core HTTP handling server library in Rust, providing low-level HTTP server implementation." readme = "README.md" keywords = [ "http", "server", "http-server", "web", ] categories = [ "web-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/longlt201203/speed-rs-core" [dependencies.mime_guess] version = "2.0.4"