# 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 = "imap-codec" version = "2.0.0-alpha.5" authors = ["Damian Poddebniak "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Rock-solid and complete codec for IMAP" readme = "README.md" keywords = [ "email", "imap", "codec", "parser", ] categories = [ "email", "parser-implementations", "encoding", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/duesee/imap-codec" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "imap_codec" path = "src/lib.rs" [[example]] name = "client" path = "examples/client.rs" [[example]] name = "fragmentizer" path = "examples/fragmentizer.rs" [[example]] name = "server" path = "examples/server.rs" [[test]] name = "trace" path = "tests/trace.rs" [dependencies.abnf-core] version = "0.6.0" [dependencies.base64] version = "0.22" features = ["alloc"] default-features = false [dependencies.chrono] version = "0.4" features = ["alloc"] default-features = false [dependencies.imap-types] version = "2.0.0-alpha.4" default-features = false [dependencies.log] version = "0.4.22" default-features = false [dependencies.nom] version = "7" default-features = false [features] arbitrary = ["imap-types/arbitrary"] arbitrary_simplified = ["imap-types/arbitrary_simplified"] default = ["quirk"] ext_condstore_qresync = ["imap-types/ext_condstore_qresync"] ext_id = ["imap-types/ext_id"] ext_login_referrals = ["imap-types/ext_login_referrals"] ext_mailbox_referrals = ["imap-types/ext_mailbox_referrals"] ext_metadata = ["imap-types/ext_metadata"] fuzz = [] quirk = [ "quirk_missing_text", "quirk_rectify_numbers", "quirk_trailing_space", "quirk_spaces_between_addresses", ] quirk_crlf_relaxed = [] quirk_id_empty_to_nil = [] quirk_missing_text = [] quirk_rectify_numbers = [] quirk_spaces_between_addresses = [] quirk_trailing_space = [] serde = ["imap-types/serde"] starttls = ["imap-types/starttls"] tag_generator = ["imap-types/tag_generator"]