[package]
name = "facett-git"
description = "facett — git repository facet: browse branches, commit log, the file tree, and syntax-coloured source, all clickable. gix-backed (optional feature), egui-rendered. A consumer (nornir) drops it in to show git for any repo."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[features]
default = []
gix = ["dep:gix"]
testmatrix = ["facett-core/testmatrix"]
[dependencies]
facett-core = { path = "../facett-core", version = "0.1" }
egui = { workspace = true }
serde_json = { workspace = true }
serde = { version = "1", features = ["derive"] }
gix = { version = "0.84", optional = true, default-features = false, features = ["max-performance-safe", "revision", "sha1"] }
[dev-dependencies]
egui_kittest = { version = "0.34", features = ["snapshot"] }