deno_task_shell 0.18.1

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

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

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

[dependencies.monch]
version = "0.5.0"

[dependencies.os_pipe]
optional = true
version = "1.1.4"

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

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

[dependencies.thiserror]
version = "1.0.58"

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

[dependencies.tokio-util]
optional = true
version = "0.7.10"

[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 = ["futures", "glob", "os_pipe", "path-dedot", "tokio", "tokio-util"]

[package]
authors = ["the Deno authors"]
description = "Cross platform scripting for deno task"
documentation = "https://docs.rs/deno_task_shell"
edition = "2021"
homepage = "https://deno.land/"
license = "MIT"
name = "deno_task_shell"
readme = "README.md"
repository = "https://github.com/denoland/deno_task_shell"
version = "0.18.1"