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-08-02 21:01:53 +02:00
|
|
|
version = "0.1.1"
|
2024-06-20 03:20:56 -04:00
|
|
|
edition = "2021"
|
|
|
|
|
exclude = ["index.node"]
|
|
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
neon = "1"
|
2024-08-02 21:01:53 +02:00
|
|
|
libc = "0.2.155"
|
2024-06-22 21:14:05 -04:00
|
|
|
|
|
|
|
|
# Required for JPEG
|
2024-06-20 03:20:56 -04:00
|
|
|
once_cell = "1.19.0"
|
|
|
|
|
turbojpeg-sys = "1.0.0"
|
2024-08-20 04:10:40 -04:00
|
|
|
rayon = "1.10.0"
|