# 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 = "2018" name = "conch-runtime-pshaw" version = "0.1.6" authors = ["Ivan Petkov "] 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.async-trait] version = "0.1" [dependencies.clap] version = "2" [dependencies.conch-parser] version = "0.1" optional = true [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] version = "0.2" features = ["fs", "io-util", "process"] [dependencies.void] version = "1" [dev-dependencies.owned_chars] version = "0.3" [dev-dependencies.tokio] version = "0.2" features = ["macros"] [features] default = ["conch-parser"] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.mio] version = "0.6" [target."cfg(windows)".dependencies.winapi] version = "0.3.4" features = ["fileapi", "handleapi", "minwindef", "namedpipeapi", "processenv", "processthreadsapi", "winbase", "winnt"] [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"