ipfrs-nodejs 0.2.0

Node.js bindings for IPFRS distributed content-addressed storage system
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 = "ipfrs-nodejs"
version = "0.2.0"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Node.js bindings for IPFRS distributed content-addressed storage system"
homepage = "https://github.com/cool-japan/ipfrs"
documentation = "https://docs.rs/ipfrs-nodejs"
readme = "README.md"
keywords = [
    "ipfs",
    "nodejs",
    "napi",
    "bindings",
    "distributed",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/ipfrs"

[features]
default = []
napi = []

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

[dependencies.bytes]
version = "1.11"

[dependencies.ipfrs]
version = "0.2.0"

[dependencies.ipfrs-core]
version = "0.2.0"

[dependencies.ipfrs-semantic]
version = "0.2.0"

[dependencies.ipfrs-tensorlogic]
version = "0.2.0"

[dependencies.napi]
version = "3.9"
features = [
    "async",
    "napi8",
]

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

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11"

[dependencies.tokio]
version = "1.52"
features = ["full"]

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