[package]
edition = "2024"
rust-version = "1.85"
name = "liminal-protocol"
version = "0.2.1"
authors = ["Tom Whiting <tom@ablative.com.au>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared participant-lifecycle protocol types for liminal"
readme = false
license = "Apache-2.0"
repository = "https://github.com/ablative-io/liminal"
resolver = "2"
[lib]
name = "liminal_protocol"
path = "src/lib.rs"
[[test]]
name = "acceptance_01_25"
path = "tests/acceptance_01_25.rs"
[[test]]
name = "acceptance_26_44"
path = "tests/acceptance_26_44.rs"
[[test]]
name = "acceptance_45_51"
path = "tests/acceptance_45_51.rs"
[[test]]
name = "acceptance_52_56"
path = "tests/acceptance_52_56.rs"
[[test]]
name = "algebra_fixtures"
path = "tests/algebra_fixtures.rs"
[[test]]
name = "conversation_restore"
path = "tests/conversation_restore.rs"
[[test]]
name = "properties"
path = "tests/properties.rs"
[dev-dependencies.proptest]
version = "1"
[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.module_name_repetitions]
level = "allow"
priority = 1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.rust]
unsafe_code = "deny"