# 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 = "itext" version = "0.2.3" description = "Safe rust bindings to the iText 7 PDF generation library written in Java" readme = "README.md" keywords = [ "pdf", "itext", ] categories = [ "api-bindings", "external-ffi-bindings", "multimedia::encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MrFriendly-B-V/itext-rs" [dependencies.convert_case] version = "0.6.0" [dependencies.jni] version = "0.21.1" [dependencies.strum_macros] version = "0.24.3" [build-dependencies.color-eyre] version = "0.6.2" optional = true [features] bundled = ["color-eyre"]