# 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 = "shellfish" version = "0.10.1" authors = ["John Toohey "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to run custom interactive shells." readme = "README.md" keywords = [ "shell", "cli", "interactive", "terminal", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/john_t/shellfish" [package.metadata.docs.rs] features = [ "app", "async", "rustyline", "clap", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "shellfish" path = "src/lib.rs" [dependencies.async-std] version = "1" features = ["attributes"] optional = true [dependencies.async-trait] version = "0.1" optional = true [dependencies.cfg-if] version = "1" optional = true [dependencies.clap] version = "4" optional = true [dependencies.home] version = "0.5" optional = true [dependencies.rustyline] version = "14.0.0" optional = true [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "io-std", "fs", "io-util", ] optional = true [dependencies.yansi] version = "1.0" [features] app = [ "serde", "serde_json", "home", ] async = [ "async-trait", "cfg-if", ] default = ["rustyline"]