cha-core 1.0.5

Core analysis engine for Cha — pluggable code smell detection
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 = "cha-core"
version = "1.0.5"
build = "build.rs"
include = [
    "src/**",
    "wit/plugin.wit",
    "Cargo.toml",
    "build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core analysis engine for Cha — pluggable code smell detection"
homepage = "https://github.com/W-Mai/Cha"
readme = false
keywords = [
    "code-quality",
    "static-analysis",
    "linter",
    "ast",
    "wasm",
]
categories = [
    "development-tools",
    "development-tools::testing",
]
license = "MIT"
repository = "https://github.com/W-Mai/Cha"
resolver = "2"

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

[dependencies.regex]
version = "1.12.3"

[dependencies.schemars]
version = "1.2.1"
features = ["derive"]

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.wasmtime]
version = "43"
features = ["component-model"]

[dependencies.wasmtime-wasi]
version = "43"

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