# 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 = "git-leave" version = "1.6.2" authors = ["Milo Moisson "] description = "Check for unsaved or uncommitted changes on your machine" readme = "README.md" keywords = [ "crawler", "git", "cli", ] categories = ["development-tools"] license = "CECILL-2.1" repository = "https://github.com/mrnossiom/git-leave" [dependencies.clap] version = "4.3.4" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.console] version = "0.15.7" [dependencies.crossbeam] version = "0.8.2" [dependencies.dirs] version = "5.0" [dependencies.git2] version = "0.17.2" [dependencies.indicatif] version = "0.17.5" [dependencies.label-logger] version = "0.2.0" features = ["indicatif"] [dependencies.num_cpus] version = "1.15.0" [lints.clippy] expect_used = "warn" missing_docs_in_private_items = "warn" print_literal = "warn" unwrap_used = "warn" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] unsafe_code = "deny"