[package] name = "yhy-email-encoding" version = "0.0.2" description = "Low level email encoding RFCs implementations" repository = "https://github.com/Void1315/yhy-email-encoding" edition = "2021" rust-version = "1.57" license = "MIT OR Apache-2.0" categories = [] keywords = [] [dependencies] base64 = { version = "0.22", default-features = false } memchr = "2.1" [dev-dependencies] pretty_assertions = "1"