# 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 = "servt" version = "0.2.0" description = "A small, lightweight, and fast optionally asynchronous HTTP server library for Rust." homepage = "https://github.com/werdl/servt" documentation = "https://docs.rs/servt" readme = "README.md" keywords = [ "http", "server", "async", "small", "lightweight", ] categories = [ "network-programming", "asynchronous", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/werdl/servt" [dependencies.chrono] version = "0.4.34" features = [ "alloc", "now", ] optional = true default-features = false [dependencies.httparse] version = "1.8.0" [dependencies.smol] version = "2.0.0" optional = true [features] async = ["dep:smol"] default = [ "async", "time", ] time = ["dep:chrono"]