frame-conv 0.2.0

Conversation patterns — request-response, subscription, pub/sub, and workflow over liminal
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"
rust-version = "1.89"
name = "frame-conv"
version = "0.2.0"
authors = ["Tom Whiting <tom@ablative.com.au>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conversation patterns — request-response, subscription, pub/sub, and workflow over liminal"
readme = false
license = "Apache-2.0"
repository = "https://github.com/ablative-io/frame"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.aion-client]
version = "=0.10.0"
default-features = false

[dependencies.aion-core]
version = "=0.10.0"

[dependencies.frame-core]
version = "0.3.0"

[dependencies.liminal-protocol]
version = "=0.3.2"

[dependencies.liminal-sdk]
version = "=0.4.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.52"
features = [
    "rt-multi-thread",
    "net",
    "time",
]
default-features = false

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.aion]
version = "=0.10.0"
package = "aion-rs"

[dev-dependencies.aion-awl-package]
version = "=0.10.0"

[dev-dependencies.aion-client]
version = "=0.10.0"
features = ["embedded"]
default-features = false

[dev-dependencies.aion-store]
version = "=0.10.0"

[dev-dependencies.aion-store-libsql]
version = "=0.10.0"

[dev-dependencies.liminal-server]
version = "=0.4.1"

[lints.clippy]
expect_used = "warn"
panic = "warn"
todo = "warn"
unwrap_used = "warn"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"