inkferro-napi 0.1.0

Node-API (napi-rs) bridge exposing the inkferro Rust renderer to the inkferro npm package.
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"
rust-version = "1.88.0"
name = "inkferro-napi"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Node-API (napi-rs) bridge exposing the inkferro Rust renderer to the inkferro npm package."
homepage = "https://github.com/metaphorics/inkferro"
readme = "README.md"
keywords = [
    "ink",
    "terminal",
    "napi",
    "nodejs",
    "ffi",
]
categories = [
    "external-ffi-bindings",
    "command-line-interface",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/metaphorics/inkferro"

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

[dependencies.inkferro-core]
version = "0.1.0"

[dependencies.inkferro-rt]
version = "0.1.0"

[dependencies.napi]
version = "3"
features = ["napi4"]

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

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