# 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-codec" version = "0.1.2" exclude = [ "doc/", "resources/", ] description = "Email enCOder DECoder in Rust. Support Internet Message Format and MIME (RFC 822, 5322, 2045, 2046, 2047, 2048, 2049)." documentation = "https://docs.rs/eml-codec" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://git.deuxfleurs.fr/Deuxfleurs/eml-codec" [lib] name = "eml_codec" path = "src/lib.rs" [[bin]] name = "eml_parse" path = "src/parse.rs" [dependencies.base64] version = "0.21" [dependencies.chrono] version = "0.4" [dependencies.encoding_rs] version = "0.8" [dependencies.nom] version = "7" [dev-dependencies.walkdir] version = "2"