# 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 = "ansible-vault" version = "0.2.1" authors = [ "Wouter Geraedts ", "darlaam ", ] description = "encrypt and decrypt ansible vault" readme = "README.md" keywords = [ "ansible", "crypto", ] categories = [ "cryptography", "encoding", ] license = "MIT" repository = "https://github.com/tweedegolf/ansible-vault-rs" [dependencies.aes-ctr] version = "0.6" [dependencies.block-padding] version = "0.2" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.10" [dependencies.pbkdf2] version = "0.7" [dependencies.rand] version = "0.8" [dependencies.sha2] version = "0.9"