parse_powerisa_pdf/Cargo.toml
Jacob Lifshay bc550be122
All checks were successful
/ test (push) Successful in 3m47s
clean up dead code
2026-01-06 15:29:14 -08:00

17 lines
395 B
TOML

# SPDX-License-Identifier: LGPL-3.0-or-later
# See Notices.txt for copyright information
[package]
name = "parse_powerisa_pdf"
version = "0.1.0"
license = "LGPL-3.0-or-later"
edition = "2024"
repository = ""
keywords = []
categories = []
rust-version = "1.89.0"
[dependencies]
indexmap = "2.12.1"
libm = "0.2.15"
mupdf-sys = { version = "0.5.0", default-features = false }
quick-xml = "0.38.4"