ruvector-tiny-dancer-wasm 2.0.4

WASM bindings for Tiny Dancer neural routing
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"
name = "ruvector-tiny-dancer-wasm"
version = "2.0.4"
authors = ["Ruvector Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM bindings for Tiny Dancer neural routing"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ruvnet/ruvector"

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

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

[dependencies.ruvector-tiny-dancer-core]
version = "2.0"

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.wasm-bindgen-futures]
version = "0.4"

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

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

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"