python-cleaner 0.1.1

A fast Python whitespace and indentation cleaner for syntax, git, and file size issues
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 = "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"