[package]
edition = "2024"
name = "enki"
version = "0.0.1"
authors = ["Johannes Kern <johannes.kern@zoho.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Asemantic computation and Church-style isomorphism using combinatory logic."
homepage = "https://codeberg.org/johker/enki"
documentation = "https://docs.rs/enki"
readme = "README.md"
keywords = [
"combinatory-logic",
"asemantic-computing",
"church-isomorphism",
]
categories = [
"science",
"algorithms",
]
license = "MIT"
repository = "https://codeberg.org/johker/enki"
[lib]
name = "enki"
path = "src/lib.rs"
[dependencies.rand]
version = "0.9.2"