deno_task_shell 0.29.0

Cross platform scripting for deno task
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"
name = "deno_task_shell"
version = "0.29.0"
authors = ["the Deno authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross platform scripting for deno task"
homepage = "https://deno.land/"
documentation = "https://docs.rs/deno_task_shell"
readme = "README.md"
license = "MIT"
repository = "https://github.com/denoland/deno_task_shell"

[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"

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

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

[dependencies.anyhow]
version = "1.0.75"

[dependencies.bitflags]
version = "2.6"

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

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

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

[dependencies.monch]
version = "0.5.0"

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

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

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

[dependencies.thiserror]
version = "2.0.9"

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

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

[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"

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

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