monoripple 0.0.2

Symbol-aware affected target detection for JavaScript and TypeScript monorepos
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.92"
name = "monoripple"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Symbol-aware affected target detection for JavaScript and TypeScript monorepos"
documentation = "https://docs.rs/monoripple"
readme = "README.md"
keywords = [
    "monorepo",
    "dependencies",
    "affected",
    "typescript",
    "javascript",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"

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

[[bin]]
name = "monoripple"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.crossterm]
version = "0.28.1"

[dependencies.globset]
version = "0.4.18"

[dependencies.ignore]
version = "0.4.25"

[dependencies.json5]
version = "0.4.1"

[dependencies.oxc_allocator]
version = "=0.120.0"

[dependencies.oxc_ast]
version = "=0.120.0"

[dependencies.oxc_parser]
version = "=0.120.0"

[dependencies.oxc_resolver]
version = "=11.13.1"

[dependencies.oxc_semantic]
version = "=0.120.0"

[dependencies.oxc_span]
version = "=0.120.0"

[dependencies.oxc_syntax]
version = "=0.120.0"

[dependencies.path-clean]
version = "1.0.1"

[dependencies.ratatui]
version = "0.29.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tar]
version = "0.4.44"

[dependencies.tempfile]
version = "3.24.0"