# 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 = "http-srv" version = "0.2.2" authors = ["Saúl Valdelvira "] description = "Http Server" readme = "README" license = "MIT" repository = "https://git.saulv.es/http-server" [dependencies.base64] version = ">=0.1.0" package = "rb64" [dependencies.delay_init] version = ">=0.2.0" package = "delay_init" [dependencies.html] version = ">=0.1.0" package = "rhtml" [dependencies.jsonrs] version = ">=0.1.4" package = "jsonrs" [dependencies.mime] version = ">=0.1.0" package = "rmime" [dependencies.pool] version = ">=0.1.0" package = "job-pool" [dependencies.url] version = ">=0.1.0" package = "url-utils"