# 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] name = "hteapot" version = "0.3.1" authors = ["Alb Ruiz G. "] build = false exclude = [ "hteapot.toml", "public/", "readme.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "HTeaPot is a lightweight HTTP server library designed to be easy to use and extend." homepage = "https://github.com/az107/HTeaPot" readme = "readme.md" keywords = [ "HTTP", "HTTP-SERVER", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/az107/HTeaPot" [lib] name = "hteapot" path = "src/hteapot/mod.rs" [[bin]] name = "hteapot" path = "src/main.rs"