This module also does threadpooling internally, so we don't need Piscina anymore (which I'm pretty sure was actually bottlenecking.)
16 lines
309 B
TOML
16 lines
309 B
TOML
[package]
|
|
name = "jpegturbo-rs"
|
|
description = "Rust powered JPEGTurbo sex"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
exclude = ["index.node"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
neon = "1"
|
|
once_cell = "1.19.0"
|
|
tokio = { version = "1.38.0", features = [ "rt", "rt-multi-thread" ] }
|
|
turbojpeg-sys = "1.0.0"
|