injm 0.3.0

A CLI tool that injects content into marked regions in source files.
# 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 = "injm"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool that injects content into marked regions in source files."
homepage = "https://github.com/Fovir-GitHub/injm"
readme = "README.md"
keywords = [
    "cli",
    "inject",
    "code",
    "marker",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Fovir-GitHub/injm"

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

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

[dependencies.tree-sitter-language-pack]
version = "1.12.0"

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