blob: 0455e89aa6974ad4697c544423a29b9e182dd8dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "pdf_forms"
version = "0.1.0"
authors = ["Jake <jsandler18@gmail.com>", "Malte <voos.malte@gmail.com>", "Emulator000 <emulator@hotmail.it"]
description = "A library for programatically filling out pdf forms"
edition = "2018"
readme = "README.md"
keywords = ["pdf", "form", "forms", "field"]
license = "MIT"
[dependencies]
bitflags = "^1.2"
derive-error = "^0.0.4"
lopdf = "^0.25"
|