# 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 = "sloppy-rfc4880" version = "0.2.0" authors = ["Pierre-Étienne Meunier ", "kpcyrd "] description = "RFC 4880 parser extract from the openpgp crate" readme = "README.md" keywords = ["rfc4880", "pgp", "gpg", "gnupg", "openpgp"] categories = ["parser-implementations"] license = "Apache-2.0" repository = "https://github.com/kpcyrd/sloppy-rfc4880" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.13" [dependencies.byteorder] version = "1.2" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha-1] version = "0.9" [dev-dependencies.bytes] version = "0.6" [dev-dependencies.env_logger] version = "0.8" [badges.travis-ci] repository = "kpcyrd/sloppy-rfc4880"