# 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 = "sequoia-rfc2822" version = "0.10.0" authors = ["Juga ", "Justus Winter ", "Neal H. Walfield "] build = "build.rs" description = "An RFC 2822 name-addr parser" homepage = "https://sequoia-pgp.org/" documentation = "https://docs.rs/sequoia-rfc2822" readme = "README.md" keywords = ["rfc2822", "rfc822", "name-addr", "email"] categories = ["email"] license = "GPL-3.0" repository = "https://gitlab.com/sequoia-pgp/sequoia" [dependencies.failure] version = "0.1.2" [dependencies.lalrpop-util] version = "0.17" [dev-dependencies.lazy_static] version = "1.3" [dev-dependencies.quickcheck] version = "0.9" default-features = false [dev-dependencies.rand] version = "0.7" default-features = false [build-dependencies.lalrpop] version = "0.17" [badges.gitlab] repository = "sequoia-pgp/sequoia" [badges.maintenance] status = "actively-developed"