# 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 = "pretty-good" version = "0.2.2" authors = ["James Forcier "] description = "RFC4880 (OpenPGP Message Format) library" readme = "README.md" keywords = ["pgp", "openpgp", "gpg"] categories = ["cryptography", "parser-implementations"] license = "Apache-2.0" repository = "https://github.com/csssuf/pretty-good" [dependencies.byteorder] version = "1.2" [dependencies.bzip2] version = "0.3" [dependencies.digest] version = "0.7" [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.flate2] version = "1" [dependencies.md-5] version = "0.7" [dependencies.nom] version = "^3.2" features = ["verbose-errors"] [dependencies.num] version = "0.1.40" [dependencies.ripemd160] version = "0.7" [dependencies.sha-1] version = "0.7" [dependencies.sha2] version = "0.7" [dependencies.yasna] version = "0.1.3"