# 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-tracker" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Find and compare all your scattered git repos." readme = "README.md" keywords = ["git"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/xandkar/git-tracker" [lib] name = "git_tracker" path = "src/lib.rs" [[bin]] name = "git-tracker" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" features = ["backtrace"] [dependencies.clap] version = "4.5.15" features = ["derive"] [dependencies.dashmap] version = "6.0.1" [dependencies.futures] version = "0.3.30" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.sqlx] version = "0.8.0" features = [ "runtime-tokio", "sqlite", ] [dependencies.tempfile] version = "3.12.0" [dependencies.tokio] version = "1.39.2" features = [ "full", "tracing", ] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]