briefcase-node 2.1.8

Node.js bindings for Briefcase AI
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 = "briefcase-node"
version = "2.1.8"
authors = ["Briefcase AI Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Node.js bindings for Briefcase AI"
readme = false
license = "GPL-3.0"
repository = "https://github.com/briefcasebrain/briefcase-ai-core"

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

[dependencies.briefcase-core]
version = "2.1.8"

[dependencies.napi]
version = "3.0.0-alpha"
features = ["napi4"]

[dependencies.napi-derive]
version = "3.0.0-alpha"

[dependencies.serde_json]
version = "1.0"

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