[package]
name = "uuencoding-multi"
version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.75"
description = "Multi-part UUencoded Usenet/email post reassembly"
authors = ["Mark Atwood <mark@reviewcommit.com>"]
repository = "https://github.com/MarkAtwood/crate-mime"
readme = "README.md"
keywords = ["uuencode", "usenet", "email", "multipart", "encoding"]
categories = ["email", "encoding"]
[dependencies]
uuencoding = { version = "0.3.0", path = "../uuencoding" }
regex = { version = "1", default-features = false, features = ["std", "perf", "unicode-case", "unicode-perl"] }
[features]
default = []