# 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 = "2018" name = "fast-web" version = "0.1.2" description = "简化web开发,降低rust开发web项目的门槛,参考 rust 的 reset-router 和 golang 的 gin 的设计" homepage = "http://noxue.com" documentation = "https://docs.rs/fast-web" license-file = "LICENSE.txt" repository = "https://gitee.com/noxue-com/fast-router" [[example]] name = "hello" path = "examples/hello.rs" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.log] version = "0.4" [dependencies.multipart] version = "0.18" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.129" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2" [dependencies.urlencoding] version = "2" [dev-dependencies.env_logger] version = "0.9"