# 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" rust-version = "1.68" name = "naming-conventions" version = "1.0.1" authors = ["Vahid V. "] exclude = [ "renovate.json", "docs/", "docs.sh", ".*", ] description = "Naming Conventions" homepage = "https://github.com/vhidvz/naming-conventions" documentation = "https://docs.rs/naming-conventions" readme = "README.md" keywords = [ "conventions", "naming-conventions", ] categories = [ "text-editors", "text-processing", ] license = "MIT" repository = "https://github.com/vhidvz/naming-conventions.git" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.9.5" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.env_logger] version = "0.10.0"