# 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 = "just-run" version = "0.1.0" authors = ["Asger Juul Brunshøj "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Convenience crate for executing system commands with the expectation of successful termination and UTF-8 encoded output, for basic straightforward command execution scenarios." readme = "README.md" license = "MIT" repository = "https://github.com/plul/just-run" [package.metadata.docs.rs] features = [] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "just_run" path = "src/lib.rs" [dependencies] [dev-dependencies.indoc] version = "2" [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" [lints.rust.future_incompatible] level = "deny" priority = -1 [lints.rust.nonstandard_style] level = "deny" priority = -1 [lints.rust.rust_2018_idioms] level = "deny" priority = -1