# 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 = "rfc2047-decoder" version = "0.2.2" authors = [ "soywod ", "TornaxO7 ", ] description = "Rust library for decoding RFC 2047 MIME Message Headers." homepage = "https://github.com/soywod/rfc2047-decoder" documentation = "https://docs.rs/rfc2047-decoder" readme = "README.md" keywords = [ "rfc2047", "mime", "header", "decoder", "decoding", ] categories = [ "email", "encoding", "parsing", "parser-implementations", ] license = "MIT" repository = "https://github.com/soywod/rfc2047-decoder" [lib] name = "rfc2047_decoder" [dependencies.base64] version = "0.21.0" [dependencies.charset] version = "0.1.2" [dependencies.chumsky] version = "0.9.2" [dependencies.memchr] version = "2.5.0" [dependencies.quoted_printable] version = "0.4.2" [dependencies.thiserror] version = "1.0.31"