# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "pen" version = "0.1.0" authors = ["Shipeng Feng ", "Pyry Kontio ", "Lukáš Hozda "] description = "A micro web framework for Rust. (A different fork of a very light fork of a Pencil fork)" homepage = "https://github.com/luciusmagnn/pen" readme = "README.md" keywords = ["web", "framework", "server", "http"] categories = ["web-programming::http-server"] license = "BSD-3-Clause" repository = "https://github.com/luciusmagn/pen" [dependencies.mime] version = "0.3.5" [dependencies.lazycell] version = "0.5.1" [dependencies.mime_guess] version = "1.8.2" [dependencies.hyper] version = "0.10" [dependencies.regex] version = "0.2.2" [dependencies.typemap] version = "0.3.3" [dependencies.formdata] version = "0.12.2" [dependencies.url] version = "1.5.1"