# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "glcmrs" version = "0.1.0" description = "Super simplistic implementation of GLCM matrix and texture features" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/alexeyche/glcmrs" [dependencies.blas-src] version = "0.9.0" features = ["openblas"] [dependencies.ndarray] version = "0.15.6" features = [ "blas", "rayon", ] [dependencies.ndarray-rand] version = "0.14.0" [dependencies.numpy] version = "0.20.0" [dependencies.openblas-src] version = "0.10" features = [ "cblas", "system", ] [dependencies.pyo3] version = "0.20.0"