tripley-native-node-addon 0.1.1

Node/Electron NAPI bridge for Tripley Native xRPC services
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 = "2024"
name = "tripley-native-node-addon"
version = "0.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Node/Electron NAPI bridge for Tripley Native xRPC services"
homepage = "https://github.com/orichyyy/tripley-native"
readme = false
license = "MIT"
repository = "https://github.com/orichyyy/tripley-native"

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

[dependencies.napi]
version = "3.9.0"
features = [
    "async",
    "tokio_sync",
]

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

[dependencies.rpc-runtime-errors]
version = "0.1.2"
package = "tripley-rpc-runtime-errors"

[dependencies.rpc-runtime-server]
version = "0.1.3"
package = "tripley-rpc-runtime-server"

[dependencies.rpc-runtime-transport]
version = "0.1.3"
package = "tripley-rpc-runtime-transport"

[dependencies.tokio]
version = "1.48.0"
features = [
    "fs",
    "io-util",
    "macros",
    "net",
    "process",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tripley-native-core]
version = "0.1.1"

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