fix-engine-js-fix 0.0.1

JS/TS/JSX/TSX language-specific fix operations for the fix engine
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 = "fix-engine-js-fix"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JS/TS/JSX/TSX language-specific fix operations for the fix engine"
readme = false
license = "Apache-2.0"

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

[dependencies.anyhow]
version = "1"

[dependencies.fix-engine]
version = "0.0.1"

[dependencies.fix-engine-core]
version = "0.0.1"

[dependencies.konveyor-core]
version = "0.0.4"

[dependencies.node-semver]
version = "2"

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
version = "3"
features = ["json"]

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