# 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 = "2021" name = "run_script" version = "0.11.0" authors = ["Sagie Gur-Ari "] build = false include = [ "/benches/*", "/examples/*", "/src/*", "/tests/*", "/Cargo.toml", "/LICENSE", "/README.md", "/Makefile.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Run shell scripts in rust." homepage = "http://github.com/sagiegurari/run_script" documentation = "https://sagiegurari.github.io/run_script/api/run_script/index.html" readme = "README.md" keywords = [ "shell", "scripts", "os", "command", "runner", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/sagiegurari/run_script.git" [lib] name = "run_script" path = "src/lib.rs" [[example]] name = "macro_examples" path = "examples/macro_examples.rs" [[example]] name = "function_examples" path = "examples/function_examples.rs" [[test]] name = "spawn_script_macro_test" path = "tests/spawn_script_macro_test.rs" [[test]] name = "run_test" path = "tests/run_test.rs" [[test]] name = "run_script_or_exit_macro_test" path = "tests/run_script_or_exit_macro_test.rs" [[test]] name = "run_script_macro_test" path = "tests/run_script_macro_test.rs" [[bench]] name = "bench_run" path = "benches/bench_run.rs" [dependencies.fsio] version = "^0.4" features = ["temp-path"] [dev-dependencies.doc-comment] version = "^0.3"