[package] name = "pdfutil" version = "0.4.0" authors = ["Junfeng Liu "] homepage = "https://github.com/J-F-Liu/lopdf/tree/master/pdfutil" documentation = "https://docs.rs/crate/lopdf/" repository = "https://github.com/J-F-Liu/lopdf.git" license = "MIT" description = "A utility for PDF document manipulation." edition = "2018" [dependencies] lopdf = {version = "0.26.0", path = "../"} clap = "2.21.1" log = "0.4.6" env_logger = "0.6.1"