[package]
name = "ruff-tools"
version = "0.1.0"
edition = "2021"
rust-version = "1.80"
description = " A collection of powerful tools built on top of Astral's ruff"
homepage = "https://github.com/purajit/ruff-tools"
documentation = "https://github.com/purajit/ruff-tools"
repository = "https://github.com/purajit/ruff-tools"
authors = ["Purajit Malalur"]
license = "MIT"
[dependencies]
notify = "7.0.0"
regex = "1.11.1"
serde_json = "1.0.134"
structopt = "0.3.26"
[profile.dist]
inherits = "release"
lto = "thin"
[workspace.metadata.dist]
cargo-dist-version = "0.27.0"
ci = "github"
installers = []
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]