elicit_server 0.9.1

Cross-crate workflow plugins for elicitation — code recovery, multi-crate compositions, and server-side orchestration
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 = "elicit_server"
version = "0.9.1"
authors = ["Erik Rose <erik.w.rose@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-crate workflow plugins for elicitation — code recovery, multi-crate compositions, and server-side orchestration"
homepage = "https://github.com/crumplecup/elicitation"
documentation = "https://docs.rs/elicitation"
readme = "README.md"
keywords = [
    "mcp",
    "elicitation",
    "workflow",
    "server",
    "codegen",
]
categories = [
    "development-tools",
    "asynchronous",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/crumplecup/elicitation"
resolver = "2"

[features]
emit = [
    "dep:proc-macro2",
    "dep:quote",
    "elicitation/emit",
    "elicit_reqwest/emit",
    "elicit_serde_json/emit",
    "elicit_url/emit",
    "elicit_chrono/emit",
    "elicit_jiff/emit",
    "elicit_time/emit",
]

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

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

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

[dependencies.elicit_chrono]
version = "0.9.1"

[dependencies.elicit_jiff]
version = "0.9.1"

[dependencies.elicit_reqwest]
version = "0.9.1"

[dependencies.elicit_serde_json]
version = "0.9.1"

[dependencies.elicit_time]
version = "0.9.1"

[dependencies.elicit_url]
version = "0.9.1"

[dependencies.elicitation]
version = "0.9.1"
features = ["url"]

[dependencies.futures]
version = "0.3"

[dependencies.jiff]
version = "0.2"
features = ["serde"]

[dependencies.proc-macro2]
version = "1"
optional = true

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

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "cookies",
    "stream",
]

[dependencies.rmcp]
version = "1.1.0"
features = [
    "client",
    "transport-io",
    "schemars",
    "elicitation",
]

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

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

[dependencies.serde_json]
version = "1"

[dependencies.time]
version = "0.3"
features = [
    "parsing",
    "formatting",
    "macros",
    "serde",
]

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "io-std",
]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"
features = ["serde"]

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "io-std",
    "full",
]

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