server-less-core 0.2.1-alpha.2

Core traits and types for server-less derive macros
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 = "2024"
name = "server-less-core"
version = "0.2.1-alpha.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and types for server-less derive macros"
readme = false
license = "MIT"
repository = "https://github.com/rhi-zone/server-less"
resolver = "2"

[features]
cli = [
    "clap",
    "jaq-core",
    "jaq-std",
    "jaq-json",
]
http = ["axum"]
jsonrpc = []
jsonschema = ["schemars"]
mcp = []
ws = [
    "futures",
    "tokio",
    "axum",
]

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

[dependencies.axum]
version = "0.8"
features = ["ws"]
optional = true
default-features = false

[dependencies.clap]
version = "4"
optional = true

[dependencies.futures]
version = "0.3"
optional = true

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

[dependencies.http]
version = "1"

[dependencies.jaq-core]
version = "2"
optional = true

[dependencies.jaq-json]
version = "1"
features = ["serde_json"]
optional = true

[dependencies.jaq-std]
version = "2"
optional = true

[dependencies.schemars]
version = "1"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["sync"]
optional = true