# 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 = "2018" name = "git_mob_rs" version = "0.5.0" authors = ["Jeremy Plsek "] exclude = ["benchmark.sh"] description = "A CLI tool for social coding." homepage = "https://github.com/jplsek/git-mob-rs" readme = "README.md" license = "MIT" repository = "https://github.com/jplsek/git-mob-rs" [profile.release] lto = true [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.dirs] version = "5.0" [dependencies.gix] version = "0.63.0" [dependencies.gix-config] version = "0.37.0" [dependencies.linked-hash-map] version = "0.5.6" features = ["serde_impl"] [dependencies.open] version = "5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.tempfile] version = "3"