pdfluent-forms 1.0.0-beta.7

AcroForm engine for PDF interactive forms.
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"
name = "pdfluent-forms"
version = "1.0.0-beta.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AcroForm engine for PDF interactive forms."
homepage = "https://pdfluent.com"
documentation = "https://pdfluent.com/docs"
readme = "README.md"
keywords = [
    "pdf",
    "forms",
    "acroform",
    "fields",
    "interactive",
]
categories = ["parser-implementations"]
license-file = "LICENSE"
repository = "https://github.com/pdfluent/examples"

[lib]
name = "pdfluent_forms"
path = "src/lib.rs"

[dependencies.log]
version = "0.4"

[dependencies.pdf-syntax]
version = "=0.5.3"

[dependencies.thiserror]
version = "2"

[dev-dependencies]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.lopdf]
version = "=0.39.3"
package = "pdfluent-lopdf"

[target.'cfg(target_arch = "wasm32")'.dependencies.lopdf]
version = "=0.39.3"
features = ["wasm_js"]
default-features = false
package = "pdfluent-lopdf"