# 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 = "sea-shell" version = "0.0.12" description = "A portable Bash-like shell written in Rust" homepage = "https://sea-shell.jj.is-a.dev/" license = "MIT" repository = "https://github.com/Sea-Shell-rs/Sea-Shell" resolver = "2" [profile.release] lto = true strip = "symbols" [[bin]] name = "sea-shell" required-features = ["cli"] [dependencies.itertools] version = "0.10" [dependencies.reedline] version = "0.2" optional = true [dependencies.tokio] version = "1.0" features = ["macros", "rt-multi-thread"] [features] cli = ["default-logger", "std", "reedline"] default-logger = ["wasm-bindgen", "web-sys", "owo-colors", "std"] std = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.owo-colors] version = "3.2" optional = true [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