[badges.appveyor]
repository = "ipetkov/conch-runtime"
[badges.codecov]
repository = "ipetkov/conch-runtime"
[badges.is-it-maintained-issue-resolution]
repository = "ipetkov/conch-runtime"
[badges.is-it-maintained-open-issues]
repository = "ipetkov/conch-runtime"
[badges.travis-ci]
repository = "ipetkov/conch-runtime"
[dependencies.async-trait]
version = "0.1"
[dependencies.clap]
version = "2"
[dependencies.conch-parser]
optional = true
version = "0.1"
[dependencies.futures-core]
version = "0.3"
[dependencies.futures-util]
version = "0.3"
[dependencies.glob]
version = "0.3"
[dependencies.lazy_static]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
features = ["fs", "io-util", "process"]
version = "0.2"
[dependencies.void]
version = "1"
[dev-dependencies.owned_chars]
version = "0.3"
[dev-dependencies.tokio]
features = ["macros"]
version = "0.2"
[features]
default = ["conch-parser"]
[package]
authors = ["Ivan Petkov <ivanppetkov@gmail.com>"]
categories = ["asynchronous"]
description = """
A library for evaluating/executing programs written in the shell programming language.
"""
documentation = "https://docs.rs/conch-runtime/"
edition = "2018"
homepage = "https://github.com/ipetkov/conch-runtime"
keywords = ["shell", "runtime"]
license = "MIT/Apache-2.0"
name = "conch-runtime-pshaw"
readme = "../README.md"
repository = "https://github.com/ipetkov/conch-runtime"
version = "0.1.6"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(unix)".dependencies.mio]
version = "0.6"
[target."cfg(windows)".dependencies.winapi]
features = ["fileapi", "handleapi", "minwindef", "namedpipeapi", "processenv", "processthreadsapi", "winbase", "winnt"]
version = "0.3.4"