oursh 0.4.3

Modern, fast POSIX compatible shell
Documentation
[[bench]]
harness = false
name = "compare"

[[bench]]
harness = false
name = "piped"
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "https://github.com/nixpulvis/oursh"
[build-dependencies.lalrpop]
version = "0.19"
[dependencies.ctrlc]
version = "3.1"

[dependencies.dirs]
version = "3.0"

[dependencies.docopt]
version = "1.1"

[dependencies.lalrpop-util]
version = "0.19"

[dependencies.nix]
version = "0.22"

[dependencies.pwd]
version = "1.3"

[dependencies.retain_mut]
version = "0.1"

[dependencies.rustyline]
version = "8"

[dependencies.termion]
version = "1.5"
[dev-dependencies.assert_matches]
version = "1"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3"

[features]
default = ["shebang-block"]
shebang-block = []

[package]
authors = ["Nathan Lilienthal <nathan@nixpulvis.com>"]
build = "build.rs"
categories = ["command-line-utilities", "parser-implementations"]
description = "Modern, fast POSIX compatible shell"
documentation = "https://docs.rs/oursh"
edition = "2018"
homepage = "https://nixpulvis.com/oursh/oursh"
keywords = ["shell", "POSIX", "language", "lalrpop"]
license = "MIT"
name = "oursh"
readme = "README.md"
repository = "https://github.com/nixpulvis/oursh"
version = "0.4.3"