if_lang 0.1.4

Intent-first functional IR language for LLM-friendly logic drafts
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 = "if_lang"
version = "0.1.4"
authors = ["Kould <kould2333@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Intent-first functional IR language for LLM-friendly logic drafts"
documentation = "https://docs.rs/if_lang/latest/if_lang/"
readme = "README.md"
keywords = [
    "language",
    "compiler",
    "interpreter",
    "ir",
    "llm",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/KKould/if-lang.git"

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

[[bin]]
name = "if_lang"
path = "src/bin/if_lang.rs"

[[example]]
name = "bst_topk_extra"
path = "examples/bst_topk_extra.rs"

[[example]]
name = "mini_sql_extra"
path = "examples/mini_sql_extra.rs"

[[example]]
name = "mini_web_extra"
path = "examples/mini_web_extra.rs"

[dependencies.libloading]
version = "0.8"

[dependencies.pyo3]
version = "0.21"
features = ["auto-initialize"]