napi-modules 0.2.0

⤵️ import() and require() for NAPI-RS
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 = "napi-modules"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "⤵️ import() and require() for NAPI-RS"
homepage = "https://docs.rs/napi-modules"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/jcbhmr/napi-modules"

[lib]
name = "napi_modules"
path = "src/lib.rs"

[[test]]
name = "greet"
path = "tests/greet.rs"

[dependencies.camino]
version = "1.2.2"

[dependencies.derive_more]
version = "2.1.1"
features = [
    "into",
    "from",
]

[dependencies.fs-err]
version = "3.3.0"

[dependencies.memoize]
version = "0.6.0"

[dependencies.napi]
version = "3.8.2"
features = ["napi9"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"