[[bin]]
name = "ruff-tools"
path = "src/main.rs"
[dependencies.notify]
version = "7.0.0"
[dependencies.regex]
version = "1.11.1"
[dependencies.serde_json]
version = "1.0.134"
[dependencies.structopt]
version = "0.3.26"
[package]
authors = ["Purajit Malalur"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = " A collection of powerful tools built on top of Astral's ruff"
documentation = "https://github.com/purajit/ruff-tools"
edition = "2021"
homepage = "https://github.com/purajit/ruff-tools"
license = "MIT"
name = "ruff-tools"
readme = "README.md"
repository = "https://github.com/purajit/ruff-tools"
rust-version = "1.80"
version = "0.1.0"
[profile.dist]
inherits = "release"
lto = "thin"