[package]
edition = "2021"
name = "wolf-derivation-graph"
version = "0.1.0"
authors = ["Wolf McNally"]
description = "Adds support for memoizing data flow graphs to wolf-graph."
documentation = "https://docs.rs/wolf-derivation-graph"
readme = "README.md"
keywords = [
"graph",
"dataflow",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/WolfMcNally/wolf-derivation-graph"
[dependencies.anyhow]
version = "^1.0.0"
[dependencies.wolf-graph]
version = "^0.1.0"
[dev-dependencies.fuid]
version = "^2.0.0"
[dev-dependencies.indoc]
version = "^2.0.5"