[dependencies.gix-commitgraph]
version = "^0.24.0"
[dependencies.gix-date]
version = "^0.8.3"
[dependencies.gix-hash]
version = "^0.14.1"
[dependencies.gix-hashtable]
version = "^0.5.1"
[dependencies.gix-object]
version = "^0.41.0"
[dependencies.smallvec]
version = "1.10.0"
[dependencies.thiserror]
version = "1.0.26"
[lib]
doctest = false
[package]
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
description = "A crate providing utilities for walking the revision graph"
edition = "2021"
include = ["src/**/*", "LICENSE-*"]
license = "MIT OR Apache-2.0"
name = "gix-revwalk"
repository = "https://github.com/Byron/gitoxide"
rust-version = "1.65"
version = "0.12.0"