pushout 0.1.1

A graph rewriting library built on petgraph.
Documentation
[dependencies.petgraph]
version = "0.8.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.12"

[lib]
name = "pushout"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A graph rewriting library built on petgraph."
edition = "2024"
homepage = "https://github.com/Finradon/pushout"
license = "Apache-2.0"
name = "pushout"
readme = "README.md"
repository = "https://github.com/Finradon/pushout"
version = "0.1.1"

[[test]]
name = "cypher_test"
path = "tests/cypher_test.rs"

[[test]]
name = "dpo_test"
path = "tests/dpo_test.rs"