# 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" rust-version = "1.74" name = "scm-diff-editor" version = "0.4.0" authors = ["Waleed Khan "] description = "UI component to interactively select changes to include in a commit." license = "MIT OR Apache-2.0" repository = "https://github.com/arxanas/scm-record" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.diffy] version = "0.4" [dependencies.scm-record] version = "0.4" [dependencies.sha1] version = "0.10" [dependencies.thiserror] version = "1.0.61" [dependencies.tracing] version = "0.1.40" [dependencies.walkdir] version = "2.5" [dev-dependencies.insta] version = "1.39" [dev-dependencies.maplit] version = "1.0"