scm-diff-editor 0.10.1

UI component to interactively select changes to include in a commit.
Documentation
# 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.85"
name = "scm-diff-editor"
version = "0.10.1"
authors = ["Waleed Khan <me@waleedkhan.name>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UI component to interactively select changes to include in a commit."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/arxanas/scm-record"

[lib]
name = "scm_diff_editor"
path = "src/lib.rs"

[[bin]]
name = "scm-diff-editor"
path = "src/main.rs"

[[test]]
name = "test_scm_diff_editor"
path = "tests/test_scm_diff_editor.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.diffy]
version = "0.4"

[dependencies.scm-record]
version = "0.10"

[dependencies.sha1]
version = "0.10"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tracing]
version = "0.1.40"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.insta]
version = "1.46"

[dev-dependencies.maplit]
version = "1.0"