rtk-context-engine 2.3.0

RTK — main entrypoint binary and command router CLI
# 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 = "rtk-context-engine"
version = "2.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RTK — main entrypoint binary and command router CLI"
readme = false
license = "Apache-2.0"
repository = "https://github.com/andreafinazziinfo/rust-context-engine"

[[bin]]
name = "rtk"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.regex]
version = "1"

[dependencies.rtk_db]
version = "2.3.0"
package = "rtk-context-db"

[dependencies.rtk_filters]
version = "2.3.0"
package = "rtk-context-filters"

[dependencies.rtk_index]
version = "2.3.0"
package = "rtk-context-index"

[dependencies.rtk_mcp]
version = "2.3.0"
package = "rtk-context-mcp"

[dependencies.rtk_pack]
version = "2.3.0"
package = "rtk-context-pack"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

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

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