Ship the extractor resource bounds and layout fixes that landed since 1.14.1. Co-authored-by: Cursor <cursoragent@cursor.com>
20 lines
320 B
TOML
20 lines
320 B
TOML
[package]
|
|
name = "pdf-inspector-napi"
|
|
version = "1.14.2"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
pdf-inspector = { path = ".." }
|
|
napi = { version = "3.0.0", features = ["serde-json"] }
|
|
napi-derive = "3.0.0"
|
|
|
|
[build-dependencies]
|
|
napi-build = "2"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
strip = "debuginfo"
|