[dependencies.anyhow]
version = "1.0.75"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.dunce]
optional = true
version = "1.0.5"
[dependencies.futures]
optional = true
version = "0.3.29"
[dependencies.glob]
optional = true
version = "0.3.1"
[dependencies.monch]
version = "0.5.0"
[dependencies.parking_lot]
features = ["deadlock_detection"]
version = "0.12.1"
[dependencies.path-dedot]
optional = true
version = "3.1.1"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dependencies.soft-canonicalize]
optional = true
version = "0.3.6"
[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.pretty_assertions]
version = "1"
[dev-dependencies.serde_json]
version = "1.0.111"
[dev-dependencies.tempfile]
version = "3.8.1"
[features]
default = ["shell"]
serialization = ["dep:serde"]
shell = ["dep:dunce", "dep:futures", "dep:glob", "dep:nix", "dep:path-dedot", "dep:soft-canonicalize", "dep:tokio", "dep:windows-sys", "dep:sys_traits", "dep:which"]
[lib]
name = "croshet"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tokio_unstable)"]
level = "allow"
priority = 0
[package]
authors = ["Erica Marigold <hi@devcomp.xyz>", "the Deno authors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Cross platform Unix-like shell scripting library"
documentation = "https://docs.rs/croshet"
edition = "2024"
homepage = "https://pesde.dev/"
license = "MIT AND MPL-2.0"
name = "croshet"
readme = "README.md"
repository = "https://github.com/pesde-pkg/croshet"
version = "0.1.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"