ucp-api 0.1.13

High-level API for UCP
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 = "ucp-api"
version = "0.1.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level API for UCP"
readme = "README.md"
license = "MIT"

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.hex]
version = "0.4"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.ucl-parser]
version = "0.1.13"

[dependencies.ucm-core]
version = "0.1.13"

[dependencies.ucm-engine]
version = "0.1.13"

[dependencies.ucp-llm]
version = "0.1.13"

[dependencies.ucp-observe]
version = "0.1.13"

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tree-sitter]
version = "0.20"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tree-sitter-javascript]
version = "0.20"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tree-sitter-python]
version = "0.20"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tree-sitter-rust]
version = "0.20"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tree-sitter-typescript]
version = "0.20"