# 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 = "thumbs" version = "0.7.1" authors = ["Ferran Basora "] description = "A lightning fast version copy/pasting like vimium/vimperator" keywords = ["rust", "tmux", "tmux-plugin", "vimium", "vimperator"] license = "MIT" repository = "https://github.com/fcsonline/tmux-thumbs" [[bin]] name = "thumbs" path = "src/main.rs" [[bin]] name = "tmux-thumbs" path = "src/swapper.rs" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "2.33.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.3.1" [dependencies.termion] version = "1.5" [dependencies.unicode-width] version = "0.1.7"