# 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] name = "pwsafer" version = "0.1.3" authors = ["Gabriel Vukovic "] description = "A library for reading and writing Password Safe databases.\n" homepage = "https://github.com/1uckyPh4nt0m/pwsafer" documentation = "https://docs.rs/pwsafer/" readme = "README.md" keywords = ["password"] categories = ["cryptography"] license = "Unlicense" repository = "https://github.com/1uckyPh4nt0m/pwsafer" [dependencies.block-modes] version = "0.8.1" [dependencies.byteorder] version = "1" [dependencies.hmac] version = "0.11.0" [dependencies.rand] version = "0.8.4" [dependencies.sha2] version = "0.9.6" [dependencies.twofish] version = "0.6.0"