Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
37
vendor/ruvector/crates/ruvector-math-wasm/Cargo.toml
vendored
Normal file
37
vendor/ruvector/crates/ruvector-math-wasm/Cargo.toml
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
[package]
|
||||
name = "ruvector-math-wasm"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
description = "WebAssembly bindings for ruvector-math: Optimal Transport, Information Geometry, Product Manifolds"
|
||||
keywords = ["wasm", "wasserstein", "vector-search", "optimal-transport"]
|
||||
categories = ["wasm", "mathematics"]
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[features]
|
||||
default = ["console_error_panic_hook"]
|
||||
parallel = ["rayon", "wasm-bindgen-rayon"]
|
||||
|
||||
[dependencies]
|
||||
ruvector-math = { path = "../ruvector-math" }
|
||||
wasm-bindgen = { workspace = true }
|
||||
js-sys = { workspace = true }
|
||||
web-sys = { workspace = true }
|
||||
getrandom = { version = "0.2", features = ["js"] }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
serde-wasm-bindgen = "0.6"
|
||||
console_error_panic_hook = { version = "0.1", optional = true }
|
||||
rayon = { workspace = true, optional = true }
|
||||
wasm-bindgen-rayon = { version = "1.2", optional = true }
|
||||
|
||||
[package.metadata.wasm-pack.profile.release]
|
||||
wasm-opt = false
|
||||
|
||||
[dev-dependencies]
|
||||
wasm-bindgen-test = "0.3"
|
||||
Reference in New Issue
Block a user