mac-encoding 0.1.1

Changes text between Apple's classic Mac OS encodings and Unicode. Obeys the WHATWG Encoding Standard.
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.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"