# 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 = "scannedpdf" version = "0.1.0" authors = ["lihe07"] description = "A fast, low memory footprint, simple images to PDF crate" documentation = "https://docs.rs/scannedpdf" readme = "README.md" license = "MIT" repository = "https://github.com/lihe07/scannedpdf" [profile.dev.package.image] opt-level = 3 [profile.test.package.image] opt-level = 3 [[bench]] name = "basic" harness = false [dependencies.flate2] version = "1.0" optional = true [dependencies.image] version = "0.24" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.printpdf] version = "0.5" features = ["embedded_images"] [features] default = ["flate2"] flate2 = ["dep:flate2"]