task-stream 0.3.8

a global task executor, run in `no_std`.
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 = "2018"
name = "task-stream"
version = "0.3.8"
authors = ["rise0chen <rise0chen@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a global task executor, run in `no_std`."
homepage = "https://blog.crise.cn"
documentation = "https://docs.rs/task-stream"
readme = "README.md"
keywords = [
    "task",
    "stream",
    "spawn",
    "executor",
]
categories = [
    "embedded",
    "asynchronous",
]
license-file = "LICENSE"
repository = "https://github.com/rise0chen/task-stream.git"

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

[[example]]
name = "async"
path = "examples/async.rs"

[[example]]
name = "sync"
path = "examples/sync.rs"

[dependencies.ach-mpmc]
version = "0.2"

[dependencies.async-task]
version = "4.1"
default-features = false

[dependencies.futures-util]
version = "0.3"
default-features = false

[dev-dependencies.async-tick]
version = "0.2"
features = ["std"]

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.futures-executor]
version = "0.3"
features = ["thread-pool"]