deepseek-core 0.3.32

Core runtime boundaries for DeepSeek workspace architecture
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 = "deepseek-core"
version = "0.3.32"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core runtime boundaries for DeepSeek workspace architecture"
readme = false
license = "MIT"
repository = "https://github.com/Hmbown/DeepSeek-TUI"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.deepseek-agent]
version = "0.3.31"

[dependencies.deepseek-config]
version = "0.3.31"

[dependencies.deepseek-execpolicy]
version = "0.3.31"

[dependencies.deepseek-hooks]
version = "0.3.31"

[dependencies.deepseek-mcp]
version = "0.3.31"

[dependencies.deepseek-protocol]
version = "0.3.31"

[dependencies.deepseek-state]
version = "0.3.31"

[dependencies.deepseek-tools]
version = "0.3.31"

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.uuid]
version = "1.11"
features = ["v4"]