# 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 = "poppler-rs" version = "0.24.1" description = "High-level (safe) bindings for poppler-glib" documentation = "https://world.pages.gitlab.gnome.org/Rust/poppler-rs/stable/latest/docs/poppler" readme = "README.md" keywords = [ "poppler", "pdf", ] categories = [ "api-bindings", "graphics", "rendering::data-formats", ] license = "MIT" repository = "https://gitlab.gnome.org/World/Rust/poppler-rs" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "poppler" [dependencies.cairo-rs] version = "0.20" [dependencies.gio] version = "0.20" [dependencies.glib] version = "0.20" [dependencies.libc] version = "0.2.107" [dependencies.poppler-sys-rs] version = "0.24" [features] v0_72 = ["poppler-sys-rs/v0_72"] v0_73 = [ "v0_72", "poppler-sys-rs/v0_73", ] v0_78 = [ "v0_73", "poppler-sys-rs/v0_78", ] v0_80 = [ "v0_78", "poppler-sys-rs/v0_80", ] v0_82 = [ "v0_80", "poppler-sys-rs/v0_82", ] v0_88 = [ "v0_82", "poppler-sys-rs/v0_88", ] v0_89 = [ "v0_88", "poppler-sys-rs/v0_89", ] v0_90 = [ "v0_89", "poppler-sys-rs/v0_90", ] v20_4 = [ "v0_90", "poppler-sys-rs/v20_4", ] v20_9 = [ "v20_4", "poppler-sys-rs/v20_9", ] v21_12 = [ "v21_5", "poppler-sys-rs/v21_12", ] v21_5 = [ "v20_9", "poppler-sys-rs/v21_5", ] v22_2 = [ "v21_12", "poppler-sys-rs/v22_2", ] v22_7 = [ "v22_2", "poppler-sys-rs/v22_7", ] v23_7 = [ "v22_7", "poppler-sys-rs/v23_7", ] v23_8 = [ "v22_7", "poppler-sys-rs/v23_8", ]