deno_task_shell 0.27.0

Cross platform scripting for deno task
Documentation
[dependencies.anyhow]
version = "1.0.75"

[dependencies.bitflags]
version = "2.6"

[dependencies.deno_path_util]
optional = true
version = "0.6.0"

[dependencies.futures]
optional = true
version = "0.3.29"

[dependencies.glob]
optional = true
version = "0.3.1"

[dependencies.monch]
version = "0.5.0"

[dependencies.path-dedot]
optional = true
version = "3.1.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.sys_traits]
features = ["real", "winapi", "libc"]
optional = true
version = "0.1.14"

[dependencies.thiserror]
version = "2.0.9"

[dependencies.tokio]
features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "sync", "time"]
optional = true
version = "1"

[dependencies.which]
default-features = false
optional = true
version = "8.0.0"

[dev-dependencies.deno_unsync]
version = "0.4.1"

[dev-dependencies.parking_lot]
version = "0.12.1"

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

[dev-dependencies.serde_json]
version = "1.0.111"

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

[features]
default = ["shell"]
serialization = ["serde"]
shell = ["deno_path_util", "futures", "glob", "nix", "path-dedot", "tokio", "windows-sys", "sys_traits", "which"]

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

[package]
authors = ["the Deno authors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Cross platform scripting for deno task"
documentation = "https://docs.rs/deno_task_shell"
edition = "2024"
homepage = "https://deno.land/"
license = "MIT"
name = "deno_task_shell"
readme = "README.md"
repository = "https://github.com/denoland/deno_task_shell"
version = "0.27.0"

[target."cfg(unix)".dependencies.nix]
features = ["fs", "signal"]
optional = true
version = "0.29.0"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Security", "Win32_System_JobObjects", "Win32_System_Threading"]
optional = true
version = "0.59.0"

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

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