# 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 = "oursh" version = "0.4.4" authors = ["Nathan Lilienthal "] build = "build.rs" description = "Modern, fast POSIX compatible shell" homepage = "https://nixpulvis.com/oursh/oursh" documentation = "https://docs.rs/oursh" readme = "README.md" keywords = [ "shell", "POSIX", "language", "lalrpop", ] categories = [ "command-line-utilities", "parser-implementations", ] license = "MIT" repository = "https://github.com/nixpulvis/oursh" [[bench]] name = "compare" harness = false [[bench]] name = "piped" harness = false [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.rustyline] version = "8" [dependencies.termion] version = "1.5" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.assert_matches] version = "1" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [build-dependencies.lalrpop] version = "0.19" [features] default = [ "raw", "shebang-block", ] raw = [] shebang-block = [] [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "https://github.com/nixpulvis/oursh"