perl-subprocess-runtime 0.12.2

Shared subprocess execution abstraction with OS and mock runtimes
Documentation
# 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 = "2024"
rust-version = "1.92"
name = "perl-subprocess-runtime"
version = "0.12.2"
authors = ["Steven Zimmerman, CPA <git@effortlesssteven.com>"]
build = false
include = [
    "src/**",
    "tests/**",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared subprocess execution abstraction with OS and mock runtimes"
homepage = "https://github.com/EffortlessMetrics/perl-lsp"
documentation = "https://docs.rs/perl-subprocess-runtime"
readme = "README.md"
keywords = [
    "perl",
    "subprocess",
    "runtime",
    "testing",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/perl-lsp"
resolver = "2"

[lib]
name = "perl_subprocess_runtime"
path = "src/lib.rs"

[[test]]
name = "comprehensive_unit_tests"
path = "tests/comprehensive_unit_tests.rs"

[[test]]
name = "extended_unit_tests"
path = "tests/extended_unit_tests.rs"

[dependencies]

[lints.clippy]
collapsible_if = "allow"
dbg_macro = "deny"
expect_used = "deny"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(ci)",
    'cfg(feature, values("slow_tests"))',
]