chunk-your-tools 2.0.2

MCP tool schema decomposition and recomposition
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 = "chunk-your-tools"
version = "2.0.2"
authors = ["Damien Berezenko"]
build = "build.rs"
exclude = ["assets/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP tool schema decomposition and recomposition"
readme = "README.md"
keywords = [
    "mcp",
    "json-schema",
    "tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/qdrddr/chunk-your-tools"

[features]
cli = []
default = ["cli"]
ffi = []
node = [
    "napi",
    "napi-derive",
]
python = [
    "pyo3",
    "pythonize",
]

[lib]
name = "chunk_your_tools"
crate-type = [
    "rlib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

[[bin]]
name = "chunk-your-tools"
path = "src/bin/chunk-your-tools.rs"
required-features = ["cli"]

[[test]]
name = "ffi_policies"
path = "tests/ffi_policies.rs"
required-features = ["ffi"]

[[test]]
name = "ffi_smoke"
path = "tests/ffi_smoke.rs"
required-features = ["ffi"]

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

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

[dependencies.napi]
version = "3"
features = [
    "napi4",
    "serde-json",
]
optional = true

[dependencies.napi-derive]
version = "3"
features = ["type-def"]
optional = true

[dependencies.pyo3]
version = "0.29"
features = [
    "extension-module",
    "abi3-py312",
]
optional = true

[dependencies.pythonize]
version = "0.29"
optional = true

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

[dependencies.serde_json]
version = "1"

[build-dependencies.cbindgen]
version = "0.29"

[build-dependencies.napi-build]
version = "2"