graphrefly-core 0.0.5

GraphReFly handle-protocol core dispatcher
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 = "2021"
rust-version = "1.95"
name = "graphrefly-core"
version = "0.0.5"
authors = ["David Chen<clfhhc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GraphReFly handle-protocol core dispatcher"
homepage = "https://graphrefly.dev"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/graphrefly/graphrefly-rs"

[features]
default = ["std"]
loom-checked = []
std = []

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

[[example]]
name = "profile_disjoint_fn_fire"
path = "examples/profile_disjoint_fn_fire.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "dispatcher"
path = "benches/dispatcher.rs"
harness = false

[[bench]]
name = "lock_strategy"
path = "benches/lock_strategy.rs"
harness = false

[[bench]]
name = "per_subgraph_parallelism"
path = "benches/per_subgraph_parallelism.rs"
harness = false

[dependencies.ahash]
version = "0.8"

[dependencies.indexmap]
version = "2.6"

[dependencies.parking_lot]
version = "0.12"
features = ["arc_lock"]
default-features = false

[dependencies.smallvec]
version = "1.13"
features = [
    "union",
    "const_new",
]

[dependencies.thiserror]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.crossbeam-channel]
version = "0.5"

[dev-dependencies.dashmap]
version = "6"

[dev-dependencies.proptest]
version = "1"

[target."cfg(loom)".dev-dependencies.loom]
version = "0.7"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(loom)"]