conch-runtime 0.1.4

A library for evaluating/executing programs written in the shell programming language.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "conch-runtime"
version = "0.1.4"
authors = ["Ivan Petkov <ivanppetkov@gmail.com>"]
description = "A library for evaluating/executing programs written in the shell programming language.\n"
homepage = "https://github.com/ipetkov/conch-runtime"
documentation = "https://docs.rs/conch-runtime/"
readme = "README.md"
keywords = ["shell", "runtime"]
categories = ["asynchronous"]
license = "MIT/Apache-2.0"
repository = "https://github.com/ipetkov/conch-runtime"
[dependencies.clap]
version = "2"

[dependencies.clippy]
version = "~0.0.80"
optional = true

[dependencies.conch-parser]
version = "0.1"
optional = true

[dependencies.futures]
version = "0.1.14"

[dependencies.futures-cpupool]
version = "0.1.2"

[dependencies.glob]
version = "0.2"

[dependencies.lazy_static]
version = "0.2"

[dependencies.mio]
version = "0.6.2"

[dependencies.rental]
version = "0.4.10"

[dependencies.tokio-core]
version = "0.1.4"

[dependencies.tokio-io]
version = "0.1"

[dependencies.tokio-process]
version = "0.1.4"

[dependencies.void]
version = "1"
[dev-dependencies.owned_chars]
version = "0.2.1"

[dev-dependencies.tempdir]
version = "0.3"

[features]
default = ["conch-parser", "top-level"]
top-level = ["conch-parser"]
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.kernel32-sys]
version = "0.2.1"

[target."cfg(windows)".dependencies.winapi]
version = "0.2.5"
[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"