pdfrum-cmap 0.2.0

Predefined CJK CMap tables and embedded CMap parsing
Documentation
[package]
name = "pdfrum-cmap"
description = "Predefined CJK CMap tables and embedded CMap parsing"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
keywords = ["pdf", "cmap", "cjk", "encoding", "cid"]
categories = ["text-processing", "encoding", "internationalization"]
# The generated table blob is committed and shipped; build.rs only regenerates
# it when PDFRUM_REGEN_CMAP_TABLES is set (see tables/PROVENANCE.md).
# Extensions are named rather than whole directories: `include` globs read
# the working tree, not git, so a `**` here would ship build residue such as
# `__pycache__` that `.gitignore` keeps out of the repository.
include = [
    "src/**",
    "tables/*.bin",
    "tables/*.json",
    "tables/*.md",
    "tables/*.py",
    "build.rs",
    "README*",
    "LICENSE*",
]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[lints]
workspace = true

[dependencies]
pdfrum-common.workspace = true
pdfrum-object.workspace = true
thiserror.workspace = true