# 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 = "2018" name = "msg_parser" version = "0.1.1" authors = ["Marirs "] 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" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false [lib] name = "msg_parser" path = "src/lib.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" [badges.travis-ci] repository = "marirs/msg-parser-rs"