29 lines
1.0 KiB
TOML
29 lines
1.0 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"
|
|
name = "shared_child"
|
|
version = "1.0.0"
|
|
authors = ["jacko"]
|
|
description = "a library for using child processes from multiple threads"
|
|
documentation = "https://docs.rs/shared_child"
|
|
readme = "README.md"
|
|
keywords = ["command", "process", "child", "subprocess"]
|
|
categories = ["os"]
|
|
license = "MIT"
|
|
repository = "https://github.com/oconnor663/shared_child.rs"
|
|
[target."cfg(not(windows))".dependencies.libc]
|
|
version = "0.2.42"
|
|
[target."cfg(windows)".dependencies.winapi]
|
|
version = "0.3.5"
|
|
features = ["synchapi", "winbase", "winerror", "winnt"]
|