# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "leanify-many" version = "1.1.1" authors = ["Avril "] description = "spawn leanify subprocesses" homepage = "https://git.flanchan.moe/flanchan/leanify-many" license = "GPL-3.0-or-later" repository = "https://git.flanchan.moe/flanchan/leanify-many" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 [dependencies.cfg-if] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.num_cpus] version = "1.13" [dependencies.pin-project] version = "0.4" optional = true [dependencies.recolored] version = "1.9" optional = true [dependencies.termprogress] version = "0.3" optional = true [dependencies.tokio] version = "0.2" features = ["rt-core", "rt-util", "macros", "fs", "io-driver", "io-util", "io-std", "process", "sync", "stream"] [build-dependencies.rustc_version] version = "0.2" [features] checked_pass = [] collect_err = [] color = ["colour"] colour = ["recolored"] default = ["splash", "progress", "colour", "collect_err"] progress = ["termprogress", "pin-project"] splash = [] threads = ["tokio/rt-threaded"]