Packages

Elixir wrapper for LiteParse - fast local PDF parsing

Current section

Files

Jump to
liteparse native liteparse_native Cargo.toml
Raw

native/liteparse_native/Cargo.toml

[package]
name = "liteparse_native"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
rustler = "0.38.0"
liteparse = "2"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }