# 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 = "eml-parser" version = "0.1.4" authors = ["Adam Shirey "] exclude = [ "test_emails/*", "dfa_definition.txt", "transition_graph.png", ] description = "A library for parsing .eml files." homepage = "https://github.com/aeshirey/EmlParser/" readme = "README.md" keywords = [ "eml", "parse", "email-parsing", "email", ] license-file = "LICENSE" repository = "https://github.com/aeshirey/EmlParser/" [dependencies.regex] version = "1" [dependencies.rfc2047-decoder] version = "1.0.1"