logicaffeine-forge 0.10.1

Copy-and-patch JIT for LOGOS — executable-memory layer and stencil runtime (native only).
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 = "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"