Files
Graphite/node-graph/libraries/graphene-hash/Cargo.toml

19 lines
457 B
TOML

[package]
name = "graphene-hash"
description = "CacheHash trait and derive macro for cache invalidation hashing in Graphite"
version.workspace = true
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true
[features]
default = ["std"]
std = []
derive = ["graphene-hash-derive"]
[dependencies]
graphene-hash-derive = { path = "derive", optional = true }
glam = { workspace = true }