# 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-async-std" version = "0.6.0" authors = ["Hexilee "] description = "tokio-based runtime and acceptor" homepage = "https://github.com/Hexilee/roa/wiki" documentation = "https://docs.rs/roa-tokio" 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-std] version = "1.10" features = ["unstable"] [dependencies.futures] version = "0.3" [dependencies.futures-timer] version = "3.0" [dependencies.roa] version = "0.6.0" default-features = false [dependencies.tracing] version = "0.1" [dev-dependencies.async-std] version = "1.10" features = ["attributes", "unstable"] [dev-dependencies.reqwest] version = "0.11" [dev-dependencies.roa] version = "0.6.0" [dev-dependencies.tokio] version = "1.15" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] docs = ["roa/docs"]