Current section

Files

Jump to
elxvips native lvips Cargo.toml
Raw

native/lvips/Cargo.toml

[package]
name = "lvips"
version = "0.1.0"
authors = []
edition = "2018"
[lib]
name = "lvips"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "0.21.1"
rustler_codegen = "0.21.1"
lazy_static = "1.0"
num_cpus = "1.13.0"
[build-dependencies]
bindgen = "0.53.1"