tabula 0.2.0

Rust bindings for tabulapdf/tabula-java
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.jni]
features = ["invocation"]
version = "0.19"

[dependencies.tempfile]
version = "3.10.1"

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.tempfile]
version = "3.10.1"

[package]
authors = ["sp1rit <sp1rit@disroot.org>"]
categories = ["api-bindings", "parsing"]
description = "Rust bindings for tabulapdf/tabula-java"
edition = "2021"
keywords = ["pdf", "table", "parser", "java"]
license = "AGPL-3.0-or-later"
name = "tabula"
readme = "README.md"
repository = "https://github.com/sp1ritCS/tabula-rs/"
version = "0.2.0"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"