# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "conventional-commits-parser" version = "0.1.1" authors = ["Sven Lechner "] exclude = ["tests/x"] description = "A parser for the conventional commits specification" homepage = "https://github.com/conventional-commits-rs/conventional-commits-parser" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/conventional-commits-rs/conventional-commits-parser" [dependencies.conventional-commits-types] version = "0.2.1" [dependencies.nom] version = "5.1.2" [dependencies.nom-unicode] version = "0.1.0" [dev-dependencies.anyhow] version = "1.0.32" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.quickcheck] version = "0.9.2" [dev-dependencies.quickcheck_macros] version = "0.9.1" [dev-dependencies.ron] version = "0.6.0" [dev-dependencies.walkdir] version = "2.3.1" [features] serde = ["conventional-commits-types/serde"]