[dependencies.petgraph]
features = ["serde-1"]
version = "0.8"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[lib]
name = "inc_complete"
path = "src/lib.rs"
[package]
authors = ["Jake Fecher <jfecher11@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for writing incremental computations that re-execute the minimum number of steps when an input is changed"
documentation = "https://docs.rs/inc-complete"
edition = "2024"
keywords = ["incremental", "compilation", "compiler", "spreadsheet"]
license-file = "LICENSE"
name = "inc-complete"
readme = "README.md"
repository = "https://github.com/jfecher/inc-complete"
version = "0.4.0"
[[test]]
name = "compiler"
path = "tests/compiler.rs"
[[test]]
name = "serialize"
path = "tests/serialize.rs"