# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "slaps" version = "0.2.3" authors = ["rd "] description = "Interactive shell interface using your existing Clap/StructOpt config" readme = "README.md" keywords = ["cli", "interactive", "clap", "structopt"] categories = ["command-line-utilities"] license = "WTFPL" repository = "https://github.com/tjg1/slaps" [profile.bench] debug = true [dependencies.ansi_term] version = "^0.12.1" [dependencies.clap] version = "^2.33.1" [dependencies.itertools] version = "^0.9.0" [dependencies.lazy_static] version = "^1.4.0" [dependencies.regex] version = "^1.3.9" [dependencies.rpassword] version = "^4.0.5" [dependencies.rustyline] version = "^6.2.0" [target."cfg(unix)".dependencies.nix] version = "^0.17.0"