# 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-conform" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Keep track of your local git repositories" readme = "README.md" keywords = [ "git", "tracker", "cli", ] categories = [ "command-line-utilities", "development-tools", "visualization", ] license = "MIT" repository = "https://github.com/ndr3www/git-conform" [lib] name = "git_conform" path = "src/lib.rs" [[bin]] name = "git-conform" path = "src/main.rs" [[test]] name = "add" path = "tests/add.rs" [[test]] name = "check" path = "tests/check.rs" [[test]] name = "list" path = "tests/list.rs" [[test]] name = "remove" path = "tests/remove.rs" [[test]] name = "scan" path = "tests/scan.rs" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.home] version = "0.5.9" [dependencies.indicatif] version = "0.17.8" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.wait-timeout] version = "0.2.0" [dependencies.walkdir] version = "2" [dev-dependencies.serial_test] version = "3.1.1" [lints.clippy] complexity = "warn" pedantic = "warn" perf = "warn" style = "warn" suspicious = "warn"