# 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 = "deno_task_shell" version = "0.18.1" authors = ["the Deno authors"] 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" [dependencies.anyhow] version = "1.0.75" [dependencies.futures] version = "0.3.29" optional = true [dependencies.glob] version = "0.3.1" optional = true [dependencies.monch] version = "0.5.0" [dependencies.os_pipe] version = "1.1.4" optional = true [dependencies.path-dedot] version = "3.1.1" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1" features = [ "fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "sync", "time", ] optional = true [dependencies.tokio-util] version = "0.7.10" optional = true [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", ]