[package] name = "glcmrs" version = "0.1.0" edition = "2021" description = "Super simplistic implementation of GLCM matrix and texture features" repository = "https://github.com/alexeyche/glcmrs" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ndarray-rand = "0.14.0" ndarray = { version = "0.15.6", features = ["blas", "rayon"] } blas-src = { version = "0.9.0", features = ["openblas"] } openblas-src = { version = "0.10", features = ["cblas", "system"] } numpy = "0.20.0" pyo3 = "0.20.0"