asynkit 0.1.0

Abstractions for runtime-independent crates
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 = "2024"
name = "asynkit"
version = "0.1.0"
authors = ["Manuel Garcia de la Vega Hoyo <manuelgdlvh@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Abstractions for runtime-independent crates"
readme = false
keywords = [
    "runtime",
    "async",
    "tokio",
]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/manuelgdlvh/runtime"

[features]
default = []
tokio = ["dep:tokio"]

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

[[test]]
name = "mod"
path = "tests/mod.rs"

[[test]]
name = "runtime"
path = "tests/runtime.rs"

[[test]]
name = "tcp"
path = "tests/tcp.rs"

[[test]]
name = "time"
path = "tests/time.rs"

[dependencies.futures]
version = "0.3.32"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]
optional = true