liminal-server 0.2.2

Standalone server for the liminal messaging bus
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-server"
version = "0.2.2"
authors = ["Tom Whiting <tom@ablative.com.au>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standalone server for the liminal messaging bus"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/ablative-io/liminal"
resolver = "2"

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

[[bin]]
name = "liminal-server"
path = "src/main.rs"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.beamr]
version = "0.11.0"
features = ["json"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.haematite]
version = "0.4.0"

[dependencies.liminal]
version = "0.2.2"
package = "liminal-rs"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.serde_json]
version = "1"
features = ["std"]
default-features = false

[dependencies.signal-hook]
version = "0.3"

[dependencies.thiserror]
version = "2"
features = ["std"]
default-features = false

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.futures-core]
version = "0.3"
features = ["std"]
default-features = false

[dev-dependencies.liminal-sdk]
version = "0.2.2"

[dev-dependencies.tempfile]
version = "3"

[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"