[dependencies.scryer-prolog]
version = "0.10.0"
[[example]]
name = "basic"
path = "examples/basic.rs"
[lib]
name = "foras"
path = "src/lib.rs"
[package]
authors = ["CryptoPatrick <cryptopatrick@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "First-Order Reasoner"
documentation = "https://docs.rs/foras"
edition = "2024"
homepage = "https://github.com/cryptopatrick/foras"
keywords = ["ai", "reasoner", "inference"]
license = "MIT"
name = "foras"
readme = "README.md"
repository = "https://github.com/cryptopatrick/foras"
version = "0.0.5"
[[test]]
name = "tests"
path = "tests/test.rs"