# 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 = "tinyvector" version = "0.0.1" authors = ["Miguel Piedrafita "] description = "A tiny nearest-neighbor embedding database built with SQLite." readme = "README.md" keywords = [ "database", "nearest-neighbor", "embedding", "sqlite", ] categories = [ "science", "database-implementations", ] license = "MIT" repository = "https://github.com/m1guelpf/tinyvector-rs" [dependencies.aide] version = "0.11.0" features = ["axum"] [dependencies.anyhow] version = "1.0.71" [dependencies.axum] version = "0.6.18" features = ["macros"] [dependencies.axum-jsonschema] version = "0.6.0" features = ["aide"] [dependencies.bincode] version = "1.3.3" [dependencies.dotenvy] version = "0.15.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.7.0" [dependencies.schemars] version = "0.8.12" [dependencies.serde] version = "1.0.165" [dependencies.serde_json] version = "1.0.99" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [build-dependencies.chrono] version = "0.4.26"