74 lines
1.6 KiB
TOML
74 lines
1.6 KiB
TOML
# 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"
|
|
rust-version = "1.63"
|
|
name = "async-process"
|
|
version = "1.8.1"
|
|
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
|
|
exclude = ["/.*"]
|
|
description = "Async interface for working with processes"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"process",
|
|
"spawn",
|
|
"command",
|
|
"subprocess",
|
|
"child",
|
|
]
|
|
categories = [
|
|
"asynchronous",
|
|
"os",
|
|
]
|
|
license = "Apache-2.0 OR MIT"
|
|
repository = "https://github.com/smol-rs/async-process"
|
|
|
|
[dependencies.async-lock]
|
|
version = "2.6.0"
|
|
|
|
[dependencies.cfg-if]
|
|
version = "1.0"
|
|
|
|
[dependencies.event-listener]
|
|
version = "3.0.0"
|
|
|
|
[dependencies.futures-lite]
|
|
version = "1.11.0"
|
|
|
|
[dev-dependencies.async-io]
|
|
version = "1.8"
|
|
|
|
[target."cfg(unix)".dependencies.async-io]
|
|
version = "1.8"
|
|
|
|
[target."cfg(unix)".dependencies.async-signal]
|
|
version = "0.2.3"
|
|
|
|
[target."cfg(unix)".dependencies.rustix]
|
|
version = "0.38"
|
|
features = [
|
|
"std",
|
|
"fs",
|
|
]
|
|
default-features = false
|
|
|
|
[target."cfg(windows)".dependencies.blocking]
|
|
version = "1.0.0"
|
|
|
|
[target."cfg(windows)".dependencies.windows-sys]
|
|
version = "0.48"
|
|
features = [
|
|
"Win32_Foundation",
|
|
"Win32_System_Threading",
|
|
]
|
|
default-features = false
|