[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"]
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