# 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 = "img2vec" version = "0.2.16" exclude = ["target"] publish = true description = "As the name suggested 'ImagetoVector', which allow to operate on images." readme = "README.md" keywords = [ "images", "vector", "async", "db", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/WisdomEnigma/Roombot/" [dependencies.directories] version = "5.0.1" [dependencies.image] version = "0.24.6" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-linalg] version = "0.16.0" features = ["openblas-system"] [dependencies.sled] version = "0.34.7" [dependencies.vec_security] version = "0.1.1"