io-m2dir 0.1.0

M2dir client library
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.87"
name = "io-m2dir"
version = "0.1.0"
authors = ["soywod <pimalaya.org@posteo.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "M2dir client library"
homepage = "https://pimalaya.org"
documentation = "https://docs.rs/io-m2dir/latest/io_m2dir"
readme = "README.md"
keywords = [
    "email",
    "m2dir",
    "client",
    "io-free",
    "pim",
]
categories = [
    "email",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pimalaya/io-m2dir"

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

[features]
client = ["dep:mail-parser"]
default = ["client"]

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.base64]
version = "0.22"
features = ["alloc"]
default-features = false

[dependencies.log]
version = "0.4"
default-features = false

[dependencies.mail-parser]
version = "0.11"
optional = true
default-features = false

[dependencies.percent-encoding]
version = "2"
features = ["alloc"]
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dev-dependencies.tempfile]
version = "3"