# 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.64" name = "gix-hashtable" version = "0.1.2" authors = ["Pascal Kuthe "] include = ["src/**/*"] 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.10.2" [dependencies.hashbrown] version = "0.13.1" features = [ "inline-more", "raw", ] default-features = false [dependencies.parking_lot] version = "0.12.1"