imap-rs 0.2.2

A high-security, memory-safe, and async-native IMAP library for Rust.
Documentation
# 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 = "2024"
rust-version = "1.95.0"
name = "imap-rs"
version = "0.2.2"
authors = ["YpNo"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-security, memory-safe, and async-native IMAP library for Rust."
homepage = "https://github.com/YpNo/imap-rs"
documentation = "https://docs.rs/imap-rs"
readme = "README.md"
keywords = [
    "imap",
    "email",
    "protocol",
    "async",
]
categories = [
    "email",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/YpNo/imap-rs"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "imap_rs"
path = "src/lib.rs"

[dependencies.imap-client]
version = "0.2.2"
package = "imap-rs-client"

[dependencies.imap-core]
version = "0.2.2"
package = "imap-rs-core"

[dependencies.imap-tls]
version = "0.2.2"
package = "imap-rs-tls"