prolog-squared 1.1.0

A Meta-Interpretive Learning framework implementing second-order SLD resolution
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"
name = "prolog-squared"
version = "1.1.0"
authors = ["James Trewern"]
build = false
exclude = [".DS_Store"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Meta-Interpretive Learning framework implementing second-order SLD resolution"
readme = "README.md"
keywords = [
    "prolog",
    "logic-programming",
    "machine-learning",
    "ilp",
]
categories = [
    "science",
    "mathematics",
]
license-file = "LICENSE"
repository = "https://github.com/JamesTrewern/prolog2"

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

[[bin]]
name = "prolog2"
path = "src/main.rs"

[dependencies.console]
version = "0.15.8"

[dependencies.fsize]
version = "1.0.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.143"

[dependencies.smallvec]
version = "1.13"

[profile.dev]
opt-level = 3

[profile.release]
opt-level = 3