# 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 = "consistent_whitespace" version = "0.3.0" authors = ["C "] description = "A utility to check each file starts with the same whitespace." readme = "README.md" keywords = [ "formatting", "format", "lint", "linting", "whitespace", ] categories = [ "command-line-utilities", "development-tools", "data-structures", "encoding", "parser-implementations", ] license = "AGPL-3.0" repository = "https://gitlab.com/DeveloperC/consistent_whitespace" [profile.release] lto = "fat" codegen-units = 1 [dependencies.anyhow] version = "1.0.86" [dependencies.log] version = "0.4.22" [dependencies.pretty_env_logger] version = "0.5.0"