# 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 = "roa-core" version = "0.6.1" authors = ["Hexilee "] description = "core components of roa web framework" homepage = "https://github.com/Hexilee/roa/wiki" documentation = "https://docs.rs/roa-core" readme = "./README.md" keywords = ["http", "web", "framework", "async"] categories = ["network-programming", "asynchronous", "web-programming::http-server"] license = "MIT" repository = "https://github.com/Hexilee/roa" [package.metadata.docs.rs] features = ["docs"] rustdoc-args = ["--cfg", "feature=\"docs\""] [dependencies.async-trait] version = "0.1.51" [dependencies.bytes] version = "1.1" [dependencies.crossbeam-queue] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["stream", "server", "http1", "http2"] default-features = false [dependencies.tokio] version = "1.15" [dependencies.tokio-util] version = "0.6.9" features = ["io"] [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1.15" features = ["fs", "macros", "rt"] [features] docs = ["runtime"] runtime = ["tokio/rt"] [badges.codecov] repository = "Hexilee/roa"