[package]
edition = "2021"
rust-version = "1.75"
name = "logicaffeine-forge"
version = "0.10.1"
authors = ["Tristen Harr <tristen@brahmastra-labs.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Copy-and-patch JIT for LOGOS — executable-memory layer and stencil runtime (native only)."
homepage = "https://logicaffeine.com"
readme = "README.md"
keywords = [
"logic",
"proof-assistant",
"theorem-prover",
"first-order-logic",
"formal-methods",
]
categories = [
"mathematics",
"compilers",
"science",
]
license = "BUSL-1.1"
repository = "https://github.com/Brahmastra-Labs/logicaffeine"
[lib]
name = "logicaffeine_forge"
path = "src/lib.rs"
[build-dependencies.object]
version = "0.36"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
"Win32_Foundation",
"Win32_System_Memory",
"Win32_System_Diagnostics_Debug",
"Win32_System_Threading",
"Win32_System_SystemInformation",
]
[lints.rust]
missing_docs = "warn"
[lints.rustdoc]
bare_urls = "warn"
broken_intra_doc_links = "deny"