cradle 0.0.2

Execute child processes with ease
Documentation
[[bin]]
name = "cradle_test_helper"
path = "src/test_helper.rs"
required-features = ["test_executables"]

[[bin]]
name = "context_integration_tests"
path = "src/context_integration_tests.rs"
required-features = ["test_executables"]
[dependencies.rustversion]
version = "1.0.4"
[dev-dependencies.executable-path]
version = "1.0.0"

[dev-dependencies.pretty_assertions]
version = "0.7.2"

[dev-dependencies.tempfile]
version = "3.2.0"

[features]
test_executables = ["gag", "executable-path"]

[package]
authors = ["Sönke Hahn <soenkehahn@gmail.com>"]
description = "Execute child processes with ease"
edition = "2018"
homepage = "https://github.com/soenkehahn/cradle"
license = "CC0-1.0"
name = "cradle"
repository = "https://github.com/soenkehahn/cradle"
version = "0.0.2"
[target."cfg(not(target_os = \"windows\"))".dependencies.executable-path]
optional = true
version = "1.0.0"

[target."cfg(not(target_os = \"windows\"))".dependencies.gag]
optional = true
version = "0.1.10"