# 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" rust-version = "1.70.0" name = "rpdf" version = "0.1.3" authors = ["Jérome Eertmans "] include = [ "src/**/*", "LICENSE.md", "README.md", ] description = "PDF command-line utils written in Rust" readme = "README.md" keywords = [ "pdf", "annotation", "cli", "utils", ] license = "MIT" repository = "https://github.com/jeertmans/rpdf" [profile.release] lto = "fat" codegen-units = 1 strip = true [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.4.18" features = [ "derive", "wrap_help", "env", ] [dependencies.clap-verbosity-flag] version = "2.1.2" [dependencies.clap_complete] version = "4.2.2" [dependencies.dialoguer] version = "0.11.0" [dependencies.is-terminal] version = "0.4.7" [dependencies.log] version = "0.4.20" [dependencies.lopdf] version = "0.32.0" [dependencies.owo-colors] version = "4.0.0" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.tabled] version = "0.14.0" features = ["color"] [dependencies.termcolor] version = "1.2.0" [dependencies.thiserror] version = "1.0.44" [dependencies.wild] version = "2.1.0"