# 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 = "monover" version = "0.1.0" authors = ["Gregory Langlais "] description = "Blazing fast intelligent monorepo continuous integration versioning." homepage = "https://crates.io/crates/monorepo" readme = "README.md" keywords = [ "monorepo", "versioning", "semver", "automation", ] license = "MIT" repository = "https://github.com/gregl83/monorepo" [[bin]] name = "monover" path = "src/bin.rs" [dependencies.arrayvec] version = "0.7.2" [dependencies.clap] version = "2.34.0" [dependencies.rayon] version = "1.5" [dependencies.walkdir] version = "2.3.2" [features] default = ["test-cleanup"] test-cleanup = []