ruvector-verified-wasm 0.1.1

WASM bindings for ruvector-verified: proof-carrying vector operations in the browser
Documentation
# 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"
rust-version = "1.77"
name = "ruvector-verified-wasm"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM bindings for ruvector-verified: proof-carrying vector operations in the browser"
homepage = "https://github.com/ruvnet/ruvector"
documentation = "https://docs.rs/ruvector-verified-wasm"
readme = "README.md"
keywords = [
    "wasm",
    "verification",
    "vector-database",
    "dependent-types",
    "webassembly",
]
categories = [
    "wasm",
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ruvnet/ruvector"

[lib]
name = "ruvector_verified_wasm"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "web"
path = "tests/web.rs"

[dependencies.js-sys]
version = "0.3"

[dependencies.ruvector-verified]
version = "0.1.1"
features = ["ultra"]

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.serde_json]
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.web-sys]
version = "0.3"
features = ["console"]

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[profile.release]
opt-level = "s"
lto = true