blob: 2b6c2b0a872577df2fb765fddebe78d3d007ad60 [file] [log] [blame] [edit]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
rust-version = "1.65"
name = "gix-hashtable"
version = "0.5.2"
authors = ["Pascal Kuthe <[email protected]>"]
include = [
"src/**/*",
"LICENSE-*",
]
description = "A crate that provides hashtable based data structures optimized to utilize ObjectId keys"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Byron/gitoxide"
[lib]
doctest = false
[dependencies.gix-hash]
version = "^0.14.2"
[dependencies.hashbrown]
version = "0.14.0"
features = [
"inline-more",
"raw",
]
default-features = false
[dependencies.parking_lot]
version = "0.12.1"