2024-06-20 03:20:56 -04:00
|
|
|
[package]
|
2024-06-22 21:14:05 -04:00
|
|
|
name = "cvm-rs"
|
|
|
|
|
description = "Rust utility library for cvmts. Runs all the high performance code"
|
2024-06-20 03:20:56 -04:00
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
exclude = ["index.node"]
|
|
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
neon = "1"
|
2024-06-22 21:14:05 -04:00
|
|
|
|
|
|
|
|
# Required for JPEG
|
2024-06-20 03:20:56 -04:00
|
|
|
once_cell = "1.19.0"
|
|
|
|
|
tokio = { version = "1.38.0", features = [ "rt", "rt-multi-thread" ] }
|
|
|
|
|
turbojpeg-sys = "1.0.0"
|