# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "idgit" version = "0.0.1" authors = ["Daniel Franklin "] description = "A TUI for git inspired by magit" keywords = ["git", "idgit", "magit", "tui"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/danielzfranklin/idgit" [dependencies.bstr] version = "0.2.15" [dependencies.displaydoc] version = "0.2.1" [dependencies.git2] version = "0.13.18" [dependencies.libgit2-sys] version = "0.12.19" [dependencies.thiserror] version = "1.0.24" [dependencies.tracing] version = "0.1.25" [dependencies.tui] version = "0.14.0" [dependencies.undo] version = "0.46.0" [dev-dependencies.cmd_lib] version = "1.0.10" [dev-dependencies.insta] version = "1.7.1" [dev-dependencies.pretty_assertions] version = "0.7.2" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.tracing-subscriber] version = "0.2.17"