spawned-rt 0.5.0

Spawned Runtime
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"
name = "spawned-rt"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spawned Runtime"
readme = "README.md"
license = "MIT"
repository = "https://github.com/lambdaclass/spawned"
resolver = "3"

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

[dependencies.ctrlc]
version = "3.4"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1.17"
features = ["sync"]

[dependencies.tokio-util]
version = "0.7.15"

[dependencies.tracing]
version = "0.1.41"
features = ["log"]

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]