intent-implement 0.7.0-beta.1

AI-powered full implementation generation from IntentLang specifications
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 = "intent-implement"
version = "0.7.0-beta.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-powered full implementation generation from IntentLang specifications"
readme = false
keywords = [
    "specification",
    "code-generation",
    "llm",
    "implementation",
    "dsl",
]
categories = [
    "development-tools",
    "compilers",
]
license = "MIT"
repository = "https://github.com/krakenhavoc/IntentLang"
resolver = "2"

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

[dependencies.intent-check]
version = "0.7.0-beta.1"

[dependencies.intent-codegen]
version = "0.7.0-beta.1"

[dependencies.intent-gen]
version = "0.7.0-beta.1"

[dependencies.intent-parser]
version = "0.7.0-beta.1"

[dependencies.intent-render]
version = "0.7.0-beta.1"

[dependencies.thiserror]
version = "2"