codineer-runtime 0.6.8

Core runtime engine for Codineer: session, config, MCP, prompt, sandbox
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.83"
name = "codineer-runtime"
version = "0.6.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core runtime engine for Codineer: session, config, MCP, prompt, sandbox"
homepage = "https://github.com/andeya/codineer"
readme = "README.md"
keywords = [
    "ai",
    "coding-agent",
    "cli",
    "llm",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/andeya/codineer"

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

[dependencies.dunce]
version = "1"

[dependencies.futures-util]
version = "0.3"
features = ["sink"]
default-features = false

[dependencies.getrandom]
version = "0.2"

[dependencies.glob]
version = "0.3"

[dependencies.keyring]
version = "3"
features = [
    "apple-native",
    "linux-native",
    "windows-native",
]

[dependencies.lsp]
version = "0.6"
package = "codineer-lsp"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

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

[dependencies.tokio-tungstenite]
version = "0.26"
features = ["rustls-tls-webpki-roots"]

[dependencies.walkdir]
version = "2"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"