msg_parser 0.3.1

Outlook Email Message (.msg) parser
Documentation
# 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 = "2024"
name = "msg_parser"
version = "0.3.1"
authors = ["Marirs <marirs@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Outlook Email Message (.msg) parser"
homepage = "https://github.com/marirs/msg-parser-rs"
readme = "README.md"
keywords = [
    "msg",
    "mail",
    "ole",
    "outlook",
    "parser",
]
categories = [
    "email",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/marirs/msg-parser-rs"

[badges.travis-ci]
repository = "marirs/msg-parser-rs"

[lib]
name = "msg_parser"
path = "src/lib.rs"

[[example]]
name = "parse-email"
path = "examples/parse-email.rs"

[dependencies.hex]
version = "0.4"
features = ["serde"]

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[profile.dev]
opt-level = 3

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
debug-assertions = false