# 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 = "gitice" version = "2.0.6" authors = [ "Harsh Shandilya ", "Amogh Lele ", ] build = false include = [ "src/**/*", "LICENSE-*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Freeze your local git repositories for easy restoration" homepage = "https://github.com/msfjarvis/gitice" readme = "README.md" keywords = [ "git", "snapshot", "backup", "restore", ] license = "MIT/Apache-2.0" repository = "https://github.com/msfjarvis/gitice" [package.metadata.wix] eula = false license = false path-guid = "2995A4B3-1534-48CC-9D44-62713E5411B2" upgrade-guid = "90907703-6CAD-4F13-AB11-D03BF51966EC" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "gitice" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.4" features = [ "color", "deprecated", "derive", ] [dependencies.gix] version = "0.63.0" features = [ "worktree-mutation", "blocking-network-client", ] default-features = false [dependencies.serde] version = "1.0.200" default-features = false [dependencies.serde_derive] version = "1.0.200" [dependencies.toml] version = "0.8.12" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.walkdir] version = "2.5.0" [badges.maintenance] status = "actively-developed"