# 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-types" version = "2.0.0-alpha.4" authors = ["Damian Poddebniak "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Misuse-resistant data structures for IMAP" readme = "README.md" keywords = [ "email", "imap", "types", ] categories = [ "email", "data-structures", "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_types" path = "src/lib.rs" [[example]] name = "serde_json" path = "examples/serde_json.rs" required-features = ["serde"] [[test]] name = "api" path = "tests/api.rs" [[test]] name = "readme" path = "tests/readme.rs" [dependencies.arbitrary] version = "1.3.2" features = ["derive"] optional = true default-features = false [dependencies.base64] version = "0.22" features = ["alloc"] default-features = false [dependencies.bounded-static] version = "0.8.0" features = ["alloc"] default-features = false [dependencies.bounded-static-derive] version = "0.8.0" default-features = false [dependencies.chrono] version = "0.4" default-features = false [dependencies.rand] version = "0.8" features = [ "std", "std_rng", ] optional = true default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.63" [dev-dependencies.criterion] version = "0.5.1" default-features = false [dev-dependencies.rand] version = "0.8" features = ["small_rng"] default-features = false [dev-dependencies.serde_json] version = "1.0.128" default-features = false [features] arbitrary = [ "dep:arbitrary", "chrono/arbitrary", "chrono/std", ] arbitrary_simplified = ["arbitrary"] ext_condstore_qresync = [] ext_id = [] ext_login_referrals = [] ext_mailbox_referrals = [] ext_metadata = [] serde = [ "dep:serde", "chrono/serde", ] starttls = [] tag_generator = ["dep:rand"]