# 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 = "commitlint-rs" version = "0.1.12" authors = ["KeisukeYamashita <19yamashita15@gmail.com>"] build = false exclude = ["/web"] autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool to lint commits by Conventional Commits" documentation = "https://keisukeyamashita.github.io/commitlint-rs" readme = "README.md" keywords = [ "conventional-commits", "lint", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/KeisukeYamashita/commitlint-rs" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/v{ version }/commitlint-v{ version }-{ target }{ archive-suffix }" [[bin]] name = "commitlint" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = [ "derive", "env", "string", ] [dependencies.futures] version = "0.3.30" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1.37.0" features = ["full"]