liminal-protocol 0.2.0

Shared participant-lifecycle protocol types for 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.85"
name = "liminal-protocol"
version = "0.2.0"
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 = "AGPL-3.0-only"
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"