# 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 = "shy" version = "0.1.10" authors = ["chris west "] exclude = ["img/*"] description = "bare-bones ssh launcher" readme = "README.md" keywords = ["ssh", "tui", "terminal", "cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/xvxx/shy" [package.metadata.release] dev-version-ext = "dev" [[package.metadata.release.pre-release-replacements]] file = "README.md" replace = "{{crate_name}}-v{{version}}-" search = "shy-v\\d+\\.\\d+\\.\\d+-" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "{{version}}" search = "\\d+\\.\\d+\\.\\d+-dev" [dependencies.flume] version = "=0.7.1" features = ["select"] default-features = false [dependencies.fuzzy-matcher] version = "=0.3.5" [dependencies.indexmap] version = "=1.3.2" [dependencies.signal-hook] version = "=0.1.14" [dependencies.termion] version = "=1.5.5"