socketcomputer/jpeg-rs/Cargo.toml

18 lines
331 B
TOML

[package]
name = "jpeg-rs"
description = "JPEG utility library for socket2"
version = "0.1.0"
edition = "2021"
exclude = ["index.node"]
[lib]
crate-type = ["cdylib"]
[dependencies]
neon = "1"
# Required for JPEG
once_cell = "1.19.0"
tokio = { version = "1.38.0", features = [ "rt", "rt-multi-thread" ] }
turbojpeg-sys = "1.0.0"