imp-core 0.2.0

Agent engine for imp: loop, tools, sessions, hooks, context, and SDK
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"
name = "imp-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent engine for imp: loop, tools, sessions, hooks, context, and SDK"
homepage = "https://github.com/kfcafe/imp"
readme = "README.md"
keywords = [
    "agent",
    "coding",
    "llm",
    "terminal",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MPL-2.0"
repository = "https://github.com/kfcafe/imp"

[features]
rush-backend = []

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

[[example]]
name = "reuse-bench"
path = "examples/reuse-bench.rs"

[[example]]
name = "sdk_session"
path = "examples/sdk_session.rs"

[[example]]
name = "tool_ab_harness"
path = "examples/tool_ab_harness.rs"

[[example]]
name = "tool_surface_live"
path = "examples/tool_surface_live.rs"

[[bench]]
name = "core_hot_paths"
path = "benches/core_hot_paths.rs"
harness = false

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

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

[dependencies.futures]
version = "0.3"

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

[dependencies.glob]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.imp-llm]
version = "0.2.0"

[dependencies.jsonschema]
version = "0.45"

[dependencies.mana]
version = "0.3.2"
package = "mana-cli"

[dependencies.mana-core]
version = "0.3.2"

[dependencies.pathdiff]
version = "0.2"

[dependencies.project-detect]
version = "0.1"

[dependencies.rayon]
version = "1"

[dependencies.readability-rust]
version = "0.1"

[dependencies.regex]
version = "1"

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

[dependencies.rusqlite]
version = "0.39"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "0.8"

[dependencies.tree-sitter]
version = "0.25"

[dependencies.tree-sitter-go]
version = "0.23"

[dependencies.tree-sitter-kotlin-ng]
version = "1.1.0"

[dependencies.tree-sitter-python]
version = "0.23"

[dependencies.tree-sitter-rust]
version = "0.23"

[dependencies.tree-sitter-typescript]
version = "0.23"

[dependencies.url]
version = "2"

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

[dependencies.walkdir]
version = "2"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"