[package] name = "typed-pdf" version = "0.1.0" authors = ["Mark Catley "] edition = "2018" description = "A nursery of additional types for PDF-RS (https://github.com/pdf-rs/pdf)." license = "MIT" repository = "https://github.com/markcatley/typed-pdf" homepage = "https://github.com/markcatley/typed-pdf" documentation = "https://github.com/markcatley/typed-pdf" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] itertools = "0.10.*" pdf = "0.7.*" structopt = "0.3.*"