gix-hashtable 0.4.1

A crate that provides hashtable based data structures optimized to utilize ObjectId keys
Documentation
[package]
name = "gix-hashtable"
version = "0.4.1"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate that provides hashtable based data structures optimized to utilize ObjectId keys"
authors = ["Pascal Kuthe <pascal.kuthe@semimod.de>"]
edition = "2021"
include = ["src/**/*", "LICENSE-*"]
rust-version = "1.65"

[lib]
doctest = false

[dependencies]
parking_lot = "0.12.1"
hashbrown = { version = "0.14.0", default-features = false, features = [
  "inline-more",
  "raw"
] }
gix-hash = { version = "^0.13.2", path = "../gix-hash" }