matrixcode-core 0.4.13

MatrixCode Agent Core - Pure logic, no UI
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 = "matrixcode-core"
version = "0.4.13"
authors = ["bigfish1913"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MatrixCode Agent Core - Pure logic, no UI"
readme = false
license = "MIT"
repository = "https://github.com/bigfish1913/matrixcode"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

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

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

[dependencies.dotenvy]
version = "0.15"

[dependencies.env_logger]
version = "0.11"

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

[dependencies.glob]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

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

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

[dev-dependencies.mockito]
version = "1"

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

[dev-dependencies.tokio-test]
version = "0.4"