[package]
edition = "2021"
name = "python-cleaner"
version = "0.1.1"
authors = ["Senam Dayie <senamadayie@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast Python whitespace and indentation cleaner for syntax, git, and file size issues"
readme = "README.md"
keywords = [
"python",
"formatter",
"cli",
"whitespace",
"git",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/SDayie/Python-File-Cleaner-CLI-Tool.git"
[lib]
name = "python_cleaner"
path = "src/lib.rs"
[[bin]]
name = "python-cleaner"
path = "src/main.rs"
[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"
[dependencies]
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.predicates]
version = "2.1"