elara-runtime 0.2.0

ELARA Protocol - Node runtime with event loop, session management, and stream processing
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"
rust-version = "1.75"
name = "elara-runtime"
version = "0.2.0"
authors = ["ELARA Protocol Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ELARA Protocol - Node runtime with event loop, session management, and stream processing"
homepage = "https://github.com/rafaelsistems/ELARA-Protocol"
documentation = "https://docs.rs/elara-runtime"
readme = "README.md"
keywords = [
    "elara",
    "runtime",
    "node",
    "event-loop",
    "p2p",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Rafael2022-prog/ELARA-Protocol"

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

[[example]]
name = "health_check_config"
path = "examples/health_check_config.rs"

[[example]]
name = "health_checks"
path = "examples/health_checks.rs"

[[example]]
name = "health_server"
path = "examples/health_server.rs"

[[example]]
name = "logging_with_env_filter"
path = "examples/logging_with_env_filter.rs"

[[example]]
name = "metrics_server"
path = "examples/metrics_server.rs"

[[example]]
name = "observability_minimal"
path = "examples/observability_minimal.rs"

[[example]]
name = "tracing_example"
path = "examples/tracing_example.rs"

[[example]]
name = "tracing_instrumentation"
path = "examples/tracing_instrumentation.rs"

[[example]]
name = "unified_observability"
path = "examples/unified_observability.rs"

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

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

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

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

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

[dependencies.axum]
version = "0.7"

[dependencies.elara-core]
version = "0.2.0"

[dependencies.elara-crypto]
version = "0.2.0"

[dependencies.elara-state]
version = "0.2.0"

[dependencies.elara-time]
version = "0.2.0"

[dependencies.elara-transport]
version = "0.2.0"

[dependencies.elara-visual]
version = "0.2.0"

[dependencies.elara-voice]
version = "0.2.0"

[dependencies.elara-wire]
version = "0.2.0"

[dependencies.humantime]
version = "2.1"

[dependencies.opentelemetry]
version = "0.21"
features = ["trace"]

[dependencies.opentelemetry-jaeger]
version = "0.20"
features = ["rt-tokio"]

[dependencies.opentelemetry-otlp]
version = "0.14"
features = [
    "trace",
    "grpc-tonic",
]

[dependencies.opentelemetry-zipkin]
version = "0.19"

[dependencies.opentelemetry_sdk]
version = "0.21"
features = [
    "trace",
    "rt-tokio",
]

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sysinfo]
version = "0.30"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-opentelemetry]
version = "0.22"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "json",
    "env-filter",
]

[dev-dependencies.elara-msp]
version = "0.2.0"

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.reqwest]
version = "0.11"
features = ["json"]

[dev-dependencies.serde_json]
version = "1.0"

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