# 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 = "2018" name = "conventional_commit_parser" version = "0.9.4" authors = ["Paul Delafosse "] description = "A rust implementation of the conventional commit specification.\n" documentation = "https://docs.rs/conventional_commit_parser" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/oknozor/conventional_commits_parser_rs" [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dev-dependencies.assert-panic] version = "1.0.1" [dev-dependencies.indoc] version = "1.0.3" [dev-dependencies.speculoos] version = "0.8.0"