blob: a2af4b39ca65cf4664e832a909a38bb0fabb87c4 [file] [log] [blame]
# 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.2.3"
authors = ["Pascal Kuthe <pascal.kuthe@semimod.de>"]
include = [
"src/**/*",
"LICENSE-*",
"CHANGELOG.md",
]
description = "A crate that provides hashtable based data structures optimized to utilize ObjectId keys"
license = "MIT/Apache-2.0"
repository = "https://github.com/Byron/gitoxide"
[lib]
doctest = false
[dependencies.gix-hash]
version = "^0.11.3"
[dependencies.hashbrown]
version = "0.14.0"
features = [
"inline-more",
"raw",
]
default-features = false
[dependencies.parking_lot]
version = "0.12.1"