oris-execution-server 0.2.12

Graph-aware HTTP execution server facade for Oris.
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.80"
name = "oris-execution-server"
version = "0.2.12"
authors = ["Jiafan"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graph-aware HTTP execution server facade for Oris."
homepage = "https://github.com/Colin4k1024/Oris"
documentation = "https://docs.rs/oris-execution-server"
readme = "README.md"
keywords = [
    "agent",
    "workflow",
    "runtime",
    "http",
    "server",
]
categories = [
    "development-tools",
    "asynchronous",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/Colin4k1024/Oris"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
a2a-production = [
    "execution-server",
    "oris-runtime/a2a-production",
]
default = []
evolution-network-experimental = ["oris-runtime/evolution-network-experimental"]
execution-server = ["oris-runtime/execution-server"]
full-evolution-experimental = ["oris-runtime/full-evolution-experimental"]
kernel-postgres = ["oris-runtime/kernel-postgres"]
mcp-experimental = [
    "execution-server",
    "oris-runtime/mcp-experimental",
]
sqlite-persistence = [
    "execution-server",
    "oris-runtime/sqlite-persistence",
]

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

[dependencies.oris-runtime]
version = "0.61"
default-features = false