Skip to content

Commit

Permalink
Update cargo.toml for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ogxd committed Nov 8, 2023
1 parent 4b14db2 commit d12aed2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name = "gxhash"
author = "Olivier Giniaux"
version = "1.0.0"
edition = "2021"
description = "GxHash non-cryptographic algorithm"
license = "MIT"
readme = "README.md"
repository = "https://github.com/ogxd/gxhash"
documentation = "https://github.com/ogxd/gxhash"
keywords = ["gxhash", "hash", "hasher", "hashmap", "aes", "no-std"]
categories = ["algorithms", "data-structures", "no-std"]

[features]
# The 256-bit state GxHash is faster for large inputs than the default 128-bit state implementation, but faster on smaller hashes.
Expand Down

0 comments on commit d12aed2

Please sign in to comment.