omnigraph-cluster 0.8.0

Cluster configuration validation, planning, and config-only apply for Omnigraph.
# 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"
name = "omnigraph-cluster"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cluster configuration validation, planning, and config-only apply for Omnigraph."
homepage = "https://github.com/ModernRelay/omnigraph"
documentation = "https://docs.rs/omnigraph-cluster"
readme = false
license = "MIT"
repository = "https://github.com/ModernRelay/omnigraph"
resolver = "2"

[features]
failpoints = [
    "dep:fail",
    "fail/failpoints",
    "omnigraph/failpoints",
]

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

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

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

[dependencies.fail]
version = "0.5"
optional = true

[dependencies.omnigraph]
version = "0.8.0"
package = "omnigraph-engine"

[dependencies.omnigraph-compiler]
version = "0.8.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = ["formatting"]

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

[dependencies.ulid]
version = "1"

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

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

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