exoware-simplex 2026.5.0

Index artifacts emitted by Simplex.
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 = "2021"
name = "exoware-simplex"
version = "2026.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Index artifacts emitted by Simplex."
homepage = "https://exoware.xyz"
documentation = "https://docs.rs/exoware-simplex"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/exowarexyz/monorepo/tree/main/simplex/rs"

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

[[bin]]
name = "simplex"
path = "src/bin/simplex.rs"

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

[dependencies.bytes]
version = "1"

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

[dependencies.commonware-actor]
version = "2026.5.0"

[dependencies.commonware-codec]
version = "2026.5.0"

[dependencies.commonware-consensus]
version = "2026.5.0"

[dependencies.commonware-cryptography]
version = "2026.5.0"

[dependencies.commonware-math]
version = "2026.5.0"

[dependencies.commonware-parallel]
version = "2026.5.0"

[dependencies.commonware-resolver]
version = "2026.5.0"

[dependencies.commonware-runtime]
version = "2026.5.0"

[dependencies.commonware-utils]
version = "2026.5.0"

[dependencies.exoware-sdk]
version = "2026.5.0"

[dependencies.futures]
version = "0.3.30"

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.8.5"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.43.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]

[dev-dependencies.commonware-consensus]
version = "2026.5.0"
features = ["mocks"]

[dev-dependencies.commonware-cryptography]
version = "2026.5.0"
features = ["mocks"]

[dev-dependencies.commonware-p2p]
version = "2026.5.0"

[dev-dependencies.commonware-storage]
version = "2026.5.0"

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