# 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] edition = "2021" name = "msg-auth-status" version = "0.2.0" description = "Parser & Verifier for Message Authentication Status - DKIM-Signature and Authentication-Results" homepage = "https://github.com/areweat/msg-auth-status" readme = "README.md" keywords = [ "mail", "dkim", "authentication", "parser", ] categories = ["science"] license = "Apache-2.0/MIT" repository = "https://github.com/areweat/msg-auth-status" [package.metadata.docs.rs] features = ["verifier"] [[example]] name = "conversion_dkim" harness = false required-features = ["mail_parser"] [[example]] name = "conversion_auth_results" harness = false required-features = [ "mail_parser", "alloc", ] [[bench]] name = "bencher" harness = false required-features = ["mail_parser"] [dependencies.logos] version = "0.14" features = ["export_derive"] default-features = false [dependencies.mail-parser] version = "0.9" optional = true default-features = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.insta] version = "1.38" [dev-dependencies.rstest] version = "0.19" [features] alloc = [] default = [ "alloc", "mail_parser", "static", "std", ] mail_parser = ["dep:mail-parser"] static = [] std = [] verifier = []