git-branchless-record 0.11.0

Supporting library for git-branchless
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 = "2024"
name = "git-branchless-record"
version = "0.11.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Supporting library for git-branchless"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/arxanas/git-branchless"
resolver = "2"

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

[[bin]]
name = "git-branchless-record"
path = "src/main.rs"

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

[dependencies.cursive]
version = "0.21.1"
features = ["crossterm-backend"]
default-features = false

[dependencies.cursive_buffered_backend]
version = "0.6.2"

[dependencies.eden_dag]
version = "0.1.0"
package = "sapling-dag"

[dependencies.eyre]
version = "0.6.12"

[dependencies.git-branchless-invoke]
version = "0.11.0"

[dependencies.git-branchless-opts]
version = "0.11.0"

[dependencies.git-branchless-reword]
version = "0.11.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.lib]
version = "0.11.0"
package = "git-branchless-lib"

[dependencies.rayon]
version = "1.12.0"

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

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.insta]
version = "1.47.2"
features = ["filters"]