You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
943 B
33 lines
943 B
[package]
|
|
name = "leanify-many"
|
|
version = "1.0.2"
|
|
description = "spawn leanify subprocesses"
|
|
authors = ["Avril <flanchan@cumallover.me>"]
|
|
edition = "2018"
|
|
license = "GPL-3.0-or-later"
|
|
repository = "https://git.flanchan.moe/flanchan/leanify-many"
|
|
homepage = "https://git.flanchan.moe/flanchan/leanify-many"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[features]
|
|
default = ["splash", "progress", "colour"]
|
|
|
|
progress = ["termprogress"]
|
|
threads = ["tokio/rt-threaded"]
|
|
splash = []
|
|
colour = ["recolored"]
|
|
checked_pass = []
|
|
|
|
[dependencies]
|
|
lazy_static = "1.4"
|
|
tokio = {version = "0.2", features= ["rt-core", "rt-util", "macros", "fs", "io-driver", "io-util", "io-std", "process", "sync", "stream"]}
|
|
futures = "0.3"
|
|
termprogress = {version="0.3", optional=true}
|
|
cfg-if = "0.1.10"
|
|
recolored = { version = "1.9.3", optional = true }
|
|
num_cpus = "1.13.0"
|
|
|
|
[build-dependencies]
|
|
rustc_version = "0.2"
|