# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pdf_cli" version = "1.0.1" authors = ["anonymous "] description = "A pdf split,delete,merge cli" documentation = "https://docs.rs/pdf_cli/" readme = "README.md" keywords = [ "pdf", "delete-pages", "split", "merge-pdf", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/andrew_ryan/pdf_cli" [dependencies.clap] version = "3.2.8" features = [ "default", "unstable-doc", ] [dependencies.lopdf] version = "0.27.0" features = [ "pom_parser", "nom_parser", ]