rt-gate 0.1.0

A tiny runtime wrapper for hyper.
Documentation
# 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 = "2021"
rust-version = "1.64.0"
name = "rt-gate"
version = "0.1.0"
authors = ["Rogerio Araújo <rogerio.araujo@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tiny runtime wrapper for hyper."
homepage = "https://github.com/ararog/gate"
readme = "README.md"
keywords = [
    "tasks",
    "async",
    "runtime",
    "wrapper",
]
license = "MIT"
repository = "https://github.com/ararog/gate"

[features]
default = ["tokio-rt"]
smol-rt = ["dep:smol"]
tokio-rt = ["dep:tokio"]

[lib]
name = "rt_gate"
path = "src/lib.rs"

[dependencies.smol]
version = "2.0.2"
optional = true

[dependencies.tokio]
version = "1.49.0"
features = ["rt-multi-thread"]
optional = true
default-features = false