[package]
edition = "2021"
rust-version = "1.81"
name = "mac-encoding"
version = "0.1.1"
authors = ["Cody Bromley"]
build = false
include = [
"src/**",
"tests/**",
"SOURCES.lock",
"scripts/**",
"README.md",
"CHANGELOG.md",
"LICENSE-MIT",
"LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Changes text between Apple's classic Mac OS encodings and Unicode. Obeys the WHATWG Encoding Standard."
documentation = "https://docs.rs/mac-encoding"
readme = "README.md"
keywords = [
"macroman",
"macintosh",
"encoding",
"unicode",
"classic-mac",
]
categories = [
"encoding",
"text-processing",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/codybrom/mac-encoding"
[lib]
name = "mac_encoding"
path = "src/lib.rs"
[[test]]
name = "apple_conformance"
path = "tests/apple_conformance.rs"
[[test]]
name = "whatwg_conformance"
path = "tests/whatwg_conformance.rs"