Skip to content

Commit

Permalink
metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
maia-s committed Jan 14, 2024
1 parent f65ce7d commit 4405f7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion anyhash-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
name = "anyhash-macros"
version = "0.1.0"
edition = "2021"
authors = ["Maia <[email protected]>"]
authors = ["Maia S. R."]
license = "MIT OR Apache-2.0 OR Zlib"
description = "Proc macros for the anyhash crate"
repository = "https://github.com/maia-s/anyhash"

[lib]
proc-macro = true
Expand Down
8 changes: 6 additions & 2 deletions anyhash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
name = "anyhash"
version = "0.1.0"
edition = "2021"
authors = ["Maia <[email protected]>"]
authors = ["Maia S. R."]
license = "MIT OR Apache-2.0 OR Zlib"
description = "Traits and utilities for making hashes of any type"
repository = "https://github.com/maia-s/anyhash"
keywords = ["hash", "hashing", "generic"]
categories = ["algorithms", "no-std", "no-std::no-alloc"]

[features]
std = ["alloc"]
Expand All @@ -22,7 +26,7 @@ spooky = ["bytemuck"]
xxh64 = ["bytemuck"]

[dependencies]
anyhash-macros = { path = "../anyhash-macros" }
anyhash-macros = { version = "0.1", path = "../anyhash-macros" }
bnum = { version = "0.10", optional = true }
bytemuck = { version = "1.14", features = ["min_const_generics"], optional = true }

Expand Down

0 comments on commit 4405f7a

Please sign in to comment.