rs-hack 0.5.5

AST-aware Rust refactoring tool for AI agents - transform, rename, inspect & more
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 = "rs-hack"
version = "0.5.5"
authors = ["Leif Shackelford <structuresound@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "rs-hack"
description = "AST-aware Rust refactoring tool for AI agents - transform, rename, inspect & more"
readme = "README.md"
keywords = [
    "ast",
    "refactoring",
    "code-generation",
    "ai",
    "automation",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/1e1f/rs-hack"

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

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

[[example]]
name = "sample"
path = "examples/sample.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.blake3]
version = "1.8"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.directories]
version = "6.0"

[dependencies.glob]
version = "0.3"

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1.0"
features = ["span-locations"]

[dependencies.quote]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.similar]
version = "2.3"

[dependencies.strsim]
version = "0.11"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "extra-traits",
    "visit",
    "visit-mut",
]

[dependencies.walkdir]
version = "2.5"

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