# 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] edition = "2018" name = "nsh" version = "0.4.2" authors = ["Seiya Nuta "] include = ["**/*.rs", "**/*.pest", "Cargo.toml"] description = "A command-line shell written in Rust that focuses on productivity and swiftness." readme = "README.md" keywords = ["shell"] categories = ["command-line-utilities"] license = "CC0-1.0 OR MIT" repository = "https://github.com/nuta/nsh" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = true debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [dependencies.backtrace] version = "0" [dependencies.crossterm] version = "^0.18" [dependencies.dirs] version = "1" [dependencies.failure] version = "0" [dependencies.fern] version = "0" features = ["colored"] [dependencies.glob] version = "0" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0" [dependencies.log] version = "^0" features = ["max_level_trace", "release_max_level_warn"] [dependencies.nix] version = "0" [dependencies.pest] version = "2" [dependencies.pest_derive] version = "2" [dependencies.phf] version = "0" features = ["macros"] [dependencies.signal-hook] version = "0.2" [dependencies.structopt] version = "0" [dev-dependencies.pretty_assertions] version = "0" [dev-dependencies.tempfile] version = "3"