# 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-explore" version = "0.1.3" description = "A Tool for version control with multi git repo" homepage = "https://github.com/huang12zheng/git-explore" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.anyhow] version = "1.0.66" [dependencies.auto_from] version = "^0.3.0" [dependencies.cargo_metadata] version = "0.15.0" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "=4.0.17" features = [ "derive", "cargo", "env", ] [dependencies.git2] version = "^0.15.0 " [dependencies.sedregex] version = "^0.2.5" [dependencies.semver] version = "^1.0.14" [dependencies.serde] version = "^1.0.145" features = ["derive"] [dependencies.toml] version = "^0.5.9" [dependencies.walkdir] version = "^2.3.2" [dev-dependencies.insta] version = "^1.21.0"