mdx-rust 0.3.0

Rust-native optimizer for LLM agents CLI
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 = "mdx-rust"
version = "0.3.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-native optimizer for LLM agents CLI"
homepage = "https://github.com/dhotherm/mdx-rust"
readme = "README.md"
keywords = [
    "llm",
    "agents",
    "rust",
    "cli",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/dhotherm/mdx-rust"

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

[[bin]]
name = "mdx-rust"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.mdx-rust-analysis]
version = "0.3.0"

[dependencies.mdx-rust-core]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tempfile]
version = "3"