inc-complete 0.8.2

A library for writing incremental computations that re-execute the minimum number of steps when an input is changed
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "inc-complete"
version = "0.8.2"
authors = ["Jake Fecher <jfecher11@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = 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"
readme = "README.md"
keywords = [
    "incremental",
    "compilation",
    "compiler",
    "spreadsheet",
]
license-file = "LICENSE"
repository = "https://github.com/jfecher/inc-complete"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

[dependencies.dashmap]
version = "6.1.0"

[dependencies.inc-complete-derive]
version = "0.7.3"

[dependencies.parking_lot]
version = "0.12.4"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.scc]
version = "2.3.4"
features = ["serde"]

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

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
version = "1.45.1"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tokio-scoped]
version = "0.2.0"