ruvector-mincut-node 2.0.4

Node.js bindings for subpolynomial-time dynamic minimum cut
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-mincut-node"
version = "2.0.4"
authors = ["Ruvector Team"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Node.js bindings for subpolynomial-time dynamic minimum cut"
readme = "README.md"
keywords = [
    "mincut",
    "nodejs",
    "napi",
    "graph",
    "algorithm",
]
categories = [
    "api-bindings",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/ruvnet/ruvector"

[features]
default = []

[lib]
name = "ruvector_mincut_node"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.napi]
version = "2.16"
features = [
    "napi9",
    "async",
    "tokio_rt",
]
default-features = false

[dependencies.napi-derive]
version = "2.16"

[dependencies.ruvector-mincut]
version = "2.0"
features = ["monitoring"]

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

[dependencies.serde_json]
version = "1.0"

[build-dependencies.napi-build]
version = "2.1"