# 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 = "ahnlich_types" version = "0.0.0" authors = ["Diretnan Domnan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Types for using ahnlich_client_rs AI proxy and in-memory vector DB" homepage = "https://github.com/deven96/ahnlich/ahnlich/types" readme = false keywords = [ "ahnlich", "in-memory", "ai", ] categories = [ "database-implementations", "database", "web-programming", ] license-file = "LICENSE" repository = "https://github.com/deven96/ahnlich/ahnlich/types" [lib] name = "ahnlich_types" path = "src/lib.rs" [dependencies.bincode] version = "1.3.3" [dependencies.fallible_collections] version = "0.4.9" [dependencies.image] version = "0.25.2" [dependencies.ndarray] version = "0.16.1" features = [ "serde", "rayon", ] [dependencies.once_cell] version = "1.19.0" [dependencies.serde] version = "1.0.*" features = [ "derive", "rc", ] [dependencies.thiserror] version = "1.0"