intent-runtime 0.6.0-beta.1

Expression evaluator and stateless runtime for 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-runtime"
version = "0.6.0-beta.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Expression evaluator and stateless runtime for IntentLang specifications"
readme = false
keywords = [
    "specification",
    "formal-verification",
    "design-by-contract",
    "parser",
    "dsl",
]
categories = [
    "compilers",
    "development-tools",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/krakenhavoc/IntentLang"
resolver = "2"

[features]
default = ["server"]
server = ["tiny_http"]

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

[dependencies.intent-ir]
version = "0.6.0-beta.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tiny_http]
version = "0.12"
optional = true

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