# 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 = "r_git" version = "1.0.1" authors = ["Chandra Kiran G "] description = "A git implementation in Rust" homepage = "https://github.com/kiran-4444/rgit" readme = "README.md" keywords = [ "git", "rust", "cli", ] categories = ["development-tools::version-control"] license = "MIT OR Apache-2.0" repository = "https://github.com/kiran-4444/rgit" [dependencies.anyhow] version = "1.0.81" [dependencies.assert_cmd] version = "2.0.13" [dependencies.chrono] version = "0.4.34" [dependencies.clap] version = "4.4.16" features = ["derive"] [dependencies.cloneable-file] version = "0.1.1" [dependencies.colored] version = "2.1.0" [dependencies.eyre] version = "0.6.12" [dependencies.flate2] version = "1.0.28" features = ["zlib-ng"] [dependencies.glob] version = "0.3.1" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.12.1" [dependencies.predicates] version = "3.1.0" [dependencies.sha1] version = "0.10.6" [dependencies.tempdir] version = "0.3.7" [dependencies.walkdir] version = "2.5.0"