[workspace]
members = ["tools/generate-tables"]
[package]
name = "mac-encoding"
version = "0.1.1"
edition = "2021"
rust-version = "1.81"
description = "Changes text between Apple's classic Mac OS encodings and Unicode. Obeys the WHATWG Encoding Standard."
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"
documentation = "https://docs.rs/mac-encoding"
readme = "README.md"
authors = ["Cody Bromley"]
include = [
"src/**",
"tests/**",
"SOURCES.lock",
"scripts/**",
"README.md",
"CHANGELOG.md",
"LICENSE-MIT",
"LICENSE-APACHE",
]
[lib]
path = "src/lib.rs"