# 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 = "victor-db" version = "0.1.3" authors = [ "Sam Hall ", ] description = "A browser-optimized vector database" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/not-pizza/victor/" [profile.release] opt-level = "s" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1" [dependencies.console_error_panic_hook] version = "0" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.nalgebra] version = "0.32" features = ["serde-serialize"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.sha256] version = "1" default-features = false [dependencies.uuid] version = "1.4.1" features = [ "v4", "fast-rng", "macro-diagnostics", "serde", ] [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [dev-dependencies.wasm-bindgen-test] version = "0.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1" features = [ "rt", "macros", "fs", "io-util", ] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.serde-wasm-bindgen] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = [ "FileSystemDirectoryHandle", "FileSystemFileHandle", "FileSystemWritableFileStream", "FileSystemGetFileOptions", "FileSystemCreateWritableOptions", "Blob", "Window", "Navigator", "StorageManager", ]