# 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] edition = "2018" name = "craft" version = "0.1.0" authors = ["TobiasGSmollett "] description = "Modular, light web framework for Rust" readme = "README.md" keywords = ["web", "http", "routing", "router"] categories = ["asynchronous", "web-programming::http-server"] license = "MIT" repository = "https://github.com/TobiasGSmollett/craft" [dependencies.futures-preview] version = "0.3.0-alpha.17" features = ["io-compat"] [dependencies.futures01] version = "0.1.28" [dependencies.hyper] version = "0.12" default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.patricia_router] version = "0.1.0" [dependencies.runtime] version = "0.3.0-alpha.6" [badges.codecov] repository = "TobiasGSmollett/craft" [badges.travis-ci] repository = "TobiasGSmollett/craft"