[package] name = "tabula" version = "0.2.0" authors = ["sp1rit "] edition = "2021" description = "Rust bindings for tabulapdf/tabula-java" license = "AGPL-3.0-or-later" readme = "README.md" repository = "https://github.com/sp1ritCS/tabula-rs/" keywords = ["pdf", "table", "parser", "java"] categories = ["api-bindings", "parsing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" jni = { version = "0.19", features = ["invocation"] } tempfile = "3.10.1" [target.'cfg(target_os = "linux")'.dependencies] libc = "0.2" [dev-dependencies] lazy_static = "1.4.0" tempfile = "3.10.1"