# 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 = "tabula" version = "0.2.0" authors = ["sp1rit "] description = "Rust bindings for tabulapdf/tabula-java" readme = "README.md" keywords = [ "pdf", "table", "parser", "java", ] categories = [ "api-bindings", "parsing", ] license = "AGPL-3.0-or-later" repository = "https://github.com/sp1ritCS/tabula-rs/" [dependencies.anyhow] version = "1.0" [dependencies.jni] version = "0.19" features = ["invocation"] [dependencies.tempfile] version = "3.10.1" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tempfile] version = "3.10.1" [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2"