[package] name = "git-hashtable" version = "0.1.2" repository = "https://github.com/Byron/gitoxide" license = "MIT/Apache-2.0" description = "Please use `gix-` instead ('git' -> 'gix')" authors = ["Pascal Kuthe "] edition = "2021" include = ["src/**/*"] rust-version = "1.64" [lib] doctest = false [dependencies] hashbrown = { version = "0.13.1", default-features = false, features = [ "inline-more", "raw" ] } git-hash = { version = "^0.10.3", path = "../git-hash" }