# 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 = "pirs" version = "0.0.10" description = "A portable Bash-like shell written in Rust" homepage = "https://pirs.ml" license = "MIT" repository = "https://github.com/pirs-rs/pirs" resolver = "2" [profile.release] lto = true strip = "symbols" [[bin]] name = "pirs" required-features = ["cli"] [dependencies.dirs] version = "4.0" optional = true [dependencies.dyn-clone] version = "1.0" [dependencies.rustyline] version = "9.1" optional = true [dependencies.supports-unicode--used-for-pirs] version = "1.0.3" [features] cli = ["rustyline", "default-logger", "dirs"] default-logger = ["owo-colors", "wasm-bindgen", "web-sys"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.owo-colors] version = "3.2" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.17" features = ["rt-multi-thread", "macros"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["Element"] optional = true