maple-runtime 0.1.1

MAPLE Resonance Runtime - Foundational AI framework for Mapleverse, Finalverse, and iBank
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 = "maple-runtime"
version = "0.1.1"
authors = ["MAPLE Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MAPLE Resonance Runtime - Foundational AI framework for Mapleverse, Finalverse, and iBank"
homepage = "https://github.com/mapleaiorg/maple"
documentation = "https://docs.rs/maple-runtime"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/mapleaiorg/maple"

[features]
default = [
    "mapleverse",
    "finalverse",
    "ibank",
]
finalverse = []
ibank = []
mapleverse = []
strict-docs = []
telemetry-detailed = []

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

[[example]]
name = "01_basic_resonator"
path = "examples/01_basic_resonator.rs"

[[example]]
name = "02_resonator_coupling"
path = "examples/02_resonator_coupling.rs"

[[example]]
name = "03_mapleverse_config"
path = "examples/03_mapleverse_config.rs"

[[example]]
name = "04_finalverse_config"
path = "examples/04_finalverse_config.rs"

[[example]]
name = "05_ibank_config"
path = "examples/05_ibank_config.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.config]
version = "0.14"

[dependencies.dashmap]
version = "5.5"

[dependencies.metrics]
version = "0.21"

[dependencies.petgraph]
version = "0.6"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1.8"
features = [
    "v4",
    "serde",
]

[dev-dependencies.tokio-test]
version = "0.4"