nmp-threading 1.0.0-rc.1

Reply-convention-agnostic timeline grouping algorithm. Owns ThreadPointer / ParentResolver / ModulePolicy / TimelineBlock / Grouper, consumed by per-NIP wrapper view modules (NIP-10 in nmp-nip01). No app nouns, no kind semantics.
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"
name = "nmp-threading"
version = "1.0.0-rc.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reply-convention-agnostic timeline grouping algorithm. Owns ThreadPointer / ParentResolver / ModulePolicy / TimelineBlock / Grouper, consumed by per-NIP wrapper view modules (NIP-10 in nmp-nip01). No app nouns, no kind semantics."
readme = false
license = "MIT"
repository = "https://github.com/pablof7z/nostr-multi-platform"

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

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

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

[dependencies.flatbuffers]
version = "25.12.19"

[dependencies.nmp-core]
version = "1.0.0-rc.1"
default-features = false

[dependencies.nmp-ownership]
version = "1.0.0-rc.1"

[dependencies.nmp-planner]
version = "1.0.0-rc.1"
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies]