mmime 0.1.2

Mime parsing for email
# 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 = "mmime"
version = "0.1.2"
authors = ["dignifiedquire <dignifiedquire@users.noreply.github.com>"]
description = "Mime parsing for email"
homepage = "https://github.com/dignifiedquire/mmime"
readme = "README.md"
keywords = ["mail", "mim", "email", "imap", "smtp"]
categories = ["std", "email"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dignifiedquire/mmime"
[dependencies.charset]
version = "0.1.2"

[dependencies.chrono]
version = "0.4.6"

[dependencies.hex]
version = "0.3.2"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.libc]
version = "0.2.54"

[dependencies.memmap]
version = "0.7.0"

[dependencies.rand]
version = "0.6.5"