coreason-runtime 0.1.0

Kinetic Plane execution engine for the CoReason Tripartite Cybernetic Manifold
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 = "coreason-runtime"
version = "0.1.0"
authors = ["CoReason, Inc <license@coreason.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kinetic Plane execution engine for the CoReason Tripartite Cybernetic Manifold"
homepage = "https://github.com/CoReason-AI/coreason-runtime"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/CoReason-AI/coreason-runtime"

[features]
default = []

[lib]
name = "coreason_runtime_rust"
crate-type = ["rlib"]
path = "src/lib.rs"
doctest = false

[[bin]]
name = "coreason-gateway"
path = "src/main.rs"

[dependencies.async-nats]
version = "0.48"

[dependencies.axum]
version = "0.7"
features = ["ws"]

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

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

[dependencies.content_inspector]
version = "0.2"

[dependencies.dashmap]
version = "6.0.1"

[dependencies.ed25519-dalek]
version = "2.1.1"
features = ["rand_core"]

[dependencies.extism]
version = "1.21.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.logp]
version = "0.2"

[dependencies.memmap2]
version = "0.9.4"

[dependencies.olpc-cjson]
version = "0.1"

[dependencies.opendal]
version = "0.52"
features = [
    "services-s3",
    "services-fs",
    "services-memory",
]

[dependencies.petgraph]
version = "0.6.5"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.10.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10.8"

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

[dependencies.tower-http]
version = "0.5"
features = ["cors"]

[dependencies.tract-onnx]
version = "0.21.6"

[dependencies.ureq]
version = "2.9.1"
features = ["json"]

[profile.dev]
debug = 0

[profile.test]
debug = 0