# 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] name = "pwsafe" version = "0.1.2" authors = ["Alexander Krotov "] description = "A library for reading and writing Password Safe databases.\n" documentation = "https://docs.rs/pwsafe/" readme = "README.md" keywords = ["password"] categories = ["cryptography"] license = "Unlicense" repository = "https://gitlab.com/link2xt/pwsafe-rs" [dependencies.block-modes] version = "0.1.0" [dependencies.byteorder] version = "1" [dependencies.hmac] version = "0.6.3" [dependencies.rand] version = "0.5.5" [dependencies.sha2] version = "0.7.1" [dependencies.twofish] version = "0.1.0"