# 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 = "blacktea" version = "0.1.1" authors = ["LI Rui "] description = "A new comfortable back end framework for rustaceans" homepage = "https://blacktea.lirui.tech" readme = "README.md" keywords = ["blacktea", "http", "web", "framework", "backend"] categories = ["web-programming::http-server"] license = "Apache-2.0" repository = "https://github.com/KernelErr/blacktea" [dependencies.async-trait] version = "0.1.50" [dependencies.fnv] version = "1.0.7" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3.16" [dependencies.route-recognizer] version = "0.3.0" [dependencies.serde] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1" features = ["full"]