# 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 = "aikit" version = "0.0.2" description = "Set of algorithms and utilities for common AI and ML problems." homepage = "https://pwa.ir" documentation = "https://docs.rs/crate/aikit" keywords = [ "ai", "ml", ] categories = [ "algorithms", "science", "computer-vision", ] license = "MIT" repository = "https://github.com/xclud/rust-aikit" [dependencies.image] version = "^0.24.9" [dependencies.nalgebra] version = "^0.32.4"