# 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 = "vimdecrypt" version = "0.1.3" authors = ["Holger Rapp "] exclude = [".gitignore", ".travis.yml", "watcher.lua"] description = "A rust library and command line tool to read encrypted Vim files." homepage = "https://github.com/SirVer/vimdecrypt-rs" documentation = "https://docs.rs/vimdecrypt" readme = "README.md" keywords = ["vim", "vimcrypt", "vimdecrypt", "decrypt", "crypt"] license = "MIT" repository = "https://github.com/SirVer/vimdecrypt-rs" [dependencies.blowfish] version = "0.5.0" [dependencies.byteorder] version = "1.3.4" [dependencies.clap] version = "2.31.2" [dependencies.failure] version = "0.1.1" [dependencies.generic-array] version = "0.14.1" [dependencies.rpassword] version = "4.0.5" [dependencies.sha2] version = "0.8.2" [dependencies.structopt] version = "0.3.14"