[package] name = "gix-bitmap" version = "0.2.11" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dedicated implementing the standard git bitmap format" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" exclude = ["CHANGELOG.md"] [lib] doctest = false test = true [dependencies] thiserror = "1.0.38" [dev-dependencies] gix-testtools = { path = "../tests/tools"}