Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
26
crates/rvf/rvf-wasm/Cargo.toml
Normal file
26
crates/rvf/rvf-wasm/Cargo.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
[package]
|
||||
name = "rvf-wasm"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "RuVector Format WASM microkernel for browser and edge vector operations"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/ruvnet/ruvector"
|
||||
homepage = "https://github.com/ruvnet/ruvector"
|
||||
readme = "README.md"
|
||||
categories = ["wasm", "database-implementations"]
|
||||
keywords = ["vector", "wasm", "webassembly", "embedding", "rvf"]
|
||||
rust-version = "1.87"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
rvf-types = { version = "0.2.0", path = "../rvf-types", default-features = false }
|
||||
rvf-crypto = { version = "0.2.0", path = "../rvf-crypto", default-features = false }
|
||||
dlmalloc = { version = "0.2", features = ["global"] }
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
strip = true
|
||||
Reference in New Issue
Block a user