# 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 = "2021" name = "shrs" version = "0.0.6" authors = ["MrPicklePinosaur"] description = "modular library to build your own shell in rust" homepage = "https://mrpicklepinosaur.github.io/shrs/" readme = "README.md" keywords = [ "shrs", "shell", "posix", "unix", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MrPicklePinosaur/shrs" [[bench]] name = "bench" harness = false [dependencies.anyhow] version = "1" [dependencies.anymap] version = "1.0.0-beta.2" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.crossterm] version = "0.26" features = ["bracketed-paste"] [dependencies.derive_builder] version = "0.12" [dependencies.dirs] version = "5" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.pino_deref] version = "0.1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.shrs_core] version = "^0.0.6" [dependencies.shrs_job] version = "^0.0.6" [dependencies.shrs_lang] version = "^0.0.6" [dependencies.shrs_utils] version = "^0.0.6" [dependencies.signal-hook] version = "0.3" [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rexpect] version = "0.5" [dev-dependencies.ron] version = "0.8" [dev-dependencies.serde] version = "1" features = ["derive"] [features] default = ["serde"] serde = [ "dep:serde", "shrs_core/serde", ] [target.x86_64-unknown-linux-gnu]