# 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 = "clishe" version = "0.3.0" authors = ["Louis Feuvrier "] description = "Opinionated CLI (with shell) framework in rust" readme = "README.md" keywords = [ "cli", "shell", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/mqnfred/clishe" [dependencies.anyhow] version = "^1" [dependencies.async-trait] version = "^0.1" optional = true [dependencies.clap] version = "^3" features = ["derive"] [dependencies.paste] version = "^1" [dependencies.rustyline] version = "^10" optional = true [dependencies.shellwords] version = "^1" optional = true [dev-dependencies.tokio] version = "^1" features = ["full"] [features] async = ["async-trait"] default = [ "shell", "async", ] shell = [ "rustyline", "shellwords", ]