changepacks-node 0.2.16

Node.js project support for changepacks (npm, pnpm, yarn)
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 = "changepacks-node"
version = "0.2.16"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Node.js project support for changepacks (npm, pnpm, yarn)"
homepage = "https://github.com/changepacks/changepacks"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/changepacks/changepacks"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.changepacks-core]
version = "^0.2.16"

[dependencies.changepacks-utils]
version = "^0.2.16"

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.tokio]
version = "1.49"
features = ["fs"]

[dev-dependencies.tempfile]
version = "3.24"

[dev-dependencies.tokio]
version = "1.49"
features = [
    "test-util",
    "macros",
]