# 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 = "cradle" version = "0.2.2" authors = ["Sönke Hahn "] exclude = ["/.github"] description = "Execute child processes with ease" homepage = "https://github.com/soenkehahn/cradle" keywords = [ "child", "child-process", "command", "process", "shell", ] categories = [ "filesystem", "os", ] license = "CC0-1.0" repository = "https://github.com/soenkehahn/cradle" [[bin]] name = "context_integration_tests" path = "src/context_integration_tests.rs" required-features = ["test_executables"] [[bin]] name = "test_executables_helper" path = "src/test_executables/helper.rs" required-features = ["test_executables"] [[bin]] name = "test_executables_panic" path = "src/test_executables/panic.rs" required-features = ["test_executables"] [dependencies.rustversion] version = "1.0.4" [dev-dependencies.bitflags] version = "=1.2.1" [dev-dependencies.executable-path] version = "1.0.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.unindent] version = "0.1.7" [features] test_executables = [ "gag", "executable-path", "nix", ] [target."cfg(unix)".dependencies.executable-path] version = "1.0.0" optional = true [target."cfg(unix)".dependencies.gag] version = "0.1.10" optional = true [target."cfg(unix)".dependencies.nix] version = "0.22.2" optional = true