# 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 = "flexlint" version = "0.2.7" authors = ["dalance "] description = "A flexible linter with rules defined by regular expression" readme = "README.md" categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/dalance/flexlint" [package.metadata.release] post-release-commit-message = "Start next development iteration v{{version}}" pre-release-commit-message = "Prepare to v{{version}}" tag-message = "Bump version to {{version}}" tag-prefix = "" [dependencies.anyhow] version = "1.0" [dependencies.colored] version = "2" [dependencies.glob] version = "0.3" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.term] version = "0.7" [dependencies.toml] version = "0.8"