# 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_client_rs" version = "0.0.0" authors = ["Diretnan Domnan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client library for accessing in-memory ahnlich vector database and ai-proxy" homepage = "https://github.com/deven96/ahnlich" readme = "README.md" keywords = [ "ahnlich", "in-memory", "ai", ] categories = [ "database-implementations", "database", "web-programming", ] license-file = "LICENSE" repository = "https://github.com/deven96/ahnlich" [lib] name = "ahnlich_client_rs" path = "src/lib.rs" [dependencies.ahnlich_types] version = "0.0.0" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1.3.3" [dependencies.deadpool] version = "0.10" features = ["rt_tokio_1"] [dependencies.fallible_collections] version = "0.4.9" [dependencies.once_cell] version = "1.19.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37.0" features = [ "net", "macros", "io-util", "rt-multi-thread", "sync", "signal", ] [dependencies.typed-builder] version = "0.20.0" [badges.maintenance] status = "actively-developed"