aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: c1396d810af0fac1b68042b3e811cd8f756b391d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "pdf_form"
version = "0.3.0"
authors = ["Jake <jsandler18@gmail.com>", "Malte <voos.malte@gmail.com>", "Emulator000 <emulator@hotmail.it>"]
readme = "README.md"
keywords = ["pdf", "form"]
description = "A library for programatically filling out pdf forms"
license = "MIT"
edition = "2018"

[dependencies]
bitflags = "^1.2"
derive-error = "^0.0.4"
lopdf = "^0.25"