eml-parser 0.1.0

A library for parsing .eml files.
Documentation
[package]
name = "eml-parser"
version = "0.1.0"
authors = ["Adam Shirey <adam.shirey@gmail.com>"]
edition = "2018"
description = "A library for parsing .eml files."
readme = "README.md"
homepage = "https://github.com/aeshirey/EmlParser/"
repository = "https://github.com/aeshirey/EmlParser/"
license-file = "LICENSE"
keywords = ["eml", "parse", "email-parsing", "email"]
exclude = [
	"test_emails/*",
	"src/main.rs",
	"dfa_definition.txt",
	"transition_graph.png",
]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
regex = "1"