rusmes-storage 0.1.1

Storage abstraction layer for RusMES — trait-based mailbox and message store with filesystem (maildir), PostgreSQL, and AmateRS distributed backends
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 = "2021"
rust-version = "1.75"
name = "rusmes-storage"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage abstraction layer for RusMES — trait-based mailbox and message store with filesystem (maildir), PostgreSQL, and AmateRS distributed backends"
homepage = "https://github.com/cool-japan/rusmes"
documentation = "https://docs.rs/rusmes-storage"
readme = "README.md"
keywords = [
    "email",
    "storage",
    "maildir",
    "postgresql",
    "mailbox",
]
categories = [
    "email",
    "network-programming",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/rusmes"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.11"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.hostname]
version = "0.4"

[dependencies.rusmes-proto]
version = "0.1.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
version = "0.8"
features = [
    "postgres",
    "mysql",
    "sqlite",
    "runtime-tokio-rustls",
    "uuid",
    "any",
    "postgres",
    "mysql",
    "sqlite",
]

[dependencies.tokio]
version = "1.50"
features = [
    "full",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.22"
features = [
    "v4",
    "serde",
]

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

[dev-dependencies.tokio-test]
version = "0.4"