# 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 = "utf7-imap" version = "0.3.2" authors = [ "Ilya Medvedev ", "Olivier ROLAND ", ] description = "Mailbox names encoder and decoder (UTF-7 IMAP RFC 3501)" homepage = "https://github.com/iam-medvedev/rust-utf7-imap" readme = "README.md" keywords = [ "mailbox", "decoder", "utf7", "imap", "rfc3501", ] categories = [ "parsing", "encoding", ] license = "MIT" repository = "https://github.com/iam-medvedev/rust-utf7-imap" [dependencies.base64] version = "0.13" [dependencies.encoding_rs] version = "0.8" [dependencies.regex] version = "1.6" [dev-dependencies.proptest] version = "1.0.0"