# 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 = "cformat" version = "0.1.0" authors = ["Daniel Mueller "] description = """ A program to incrementally reformat changed files using clang-format(1). """ homepage = "https://github.com/d-e-s-o/cformat" readme = "README.md" keywords = [ "cli", "diff", "git", "text", "utility", ] categories = [ "command-line-utilities", "development-tools", "parser-implementations", "text-processing", ] license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/cformat.git" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 incremental = false [dependencies.diff-parse] version = "0.1"