leanify-many 1.0.1

spawn leanify subprocesses
[build-dependencies.rustc_version]
version = "0.2"
[dependencies.cfg-if]
version = "0.1.10"

[dependencies.futures]
version = "0.3"

[dependencies.lazy_static]
version = "1.4"

[dependencies.num_cpus]
version = "1.13.0"

[dependencies.recolored]
optional = true
version = "1.9.3"

[dependencies.termprogress]
optional = true
version = "0.3"

[dependencies.tokio]
features = ["rt-core", "rt-util", "macros", "fs", "io-driver", "io-util", "io-std", "process", "sync", "stream"]
version = "0.2"

[features]
checked_pass = []
colour = ["recolored"]
default = ["splash", "progress", "colour"]
progress = ["termprogress"]
splash = []
threads = ["tokio/rt-threaded"]

[package]
authors = ["Avril <flanchan@cumallover.me>"]
description = "spawn leanify subprocesses"
edition = "2018"
homepage = "https://git.flanchan.moe/flanchan/leanify-many"
license = "GPL-3.0-or-later"
name = "leanify-many"
repository = "https://git.flanchan.moe/flanchan/leanify-many"
version = "1.0.1"