[dependencies.acroform-pdf]
version = "0.0.13"
[dev-dependencies]
[[example]]
name = "in_memory_fill"
path = "examples/in_memory_fill.rs"
[[example]]
name = "simple_fill"
path = "examples/simple_fill.rs"
[lib]
name = "acroform"
path = "src/lib.rs"
[package]
authors = ["acroform-rs contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "High-level PDF form manipulation library"
documentation = "https://docs.rs/acroform"
edition = "2021"
keywords = ["pdf", "acroform", "form"]
license = "MIT"
name = "acroform"
readme = "README.md"
repository = "https://github.com/nibsbin/acroform-rs"
version = "0.0.13"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[[test]]
name = "widget_annotation_test"
path = "tests/widget_annotation_test.rs"