xlog-logic 0.9.2

Parser, compiler, and optimizer for XLOG logic programs
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 = "xlog-logic"
version = "0.9.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser, compiler, and optimizer for XLOG logic programs"
homepage = "https://github.com/BrainyBlaze/xlog"
documentation = "https://docs.rs/xlog-logic"
readme = "README.md"
keywords = [
    "xlog",
    "datalog",
    "gpu",
    "cuda",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/BrainyBlaze/xlog"

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

[[example]]
name = "optimizer_demo"
path = "examples/optimizer_demo.rs"

[[test]]
name = "differentiable_proof_trace"
path = "tests/differentiable_proof_trace.rs"

[[test]]
name = "function_integration_tests"
path = "tests/function_integration_tests.rs"

[[test]]
name = "function_parse_tests"
path = "tests/function_parse_tests.rs"

[[test]]
name = "integration"
path = "tests/integration/main.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "module_boundary_diagnostics"
path = "tests/module_boundary_diagnostics.rs"

[[test]]
name = "module_integration_tests"
path = "tests/module_integration_tests.rs"

[[test]]
name = "module_parse_tests"
path = "tests/module_parse_tests.rs"

[[test]]
name = "optimizer_integration"
path = "tests/optimizer_integration.rs"

[[test]]
name = "optimizer_real_world"
path = "tests/optimizer_real_world.rs"

[[test]]
name = "parse_neural"
path = "tests/parse_neural.rs"

[[test]]
name = "symbol_integration_test"
path = "tests/symbol_integration_test.rs"

[[test]]
name = "test_epistemic_eir"
path = "tests/test_epistemic_eir.rs"

[[test]]
name = "test_epistemic_examples"
path = "tests/test_epistemic_examples.rs"

[[test]]
name = "test_epistemic_executable_plan"
path = "tests/test_epistemic_executable_plan.rs"

[[test]]
name = "test_epistemic_faeel"
path = "tests/test_epistemic_faeel.rs"

[[test]]
name = "test_epistemic_faeel_foundedness"
path = "tests/test_epistemic_faeel_foundedness.rs"

[[test]]
name = "test_epistemic_g91"
path = "tests/test_epistemic_g91.rs"

[[test]]
name = "test_epistemic_gpt"
path = "tests/test_epistemic_gpt.rs"

[[test]]
name = "test_epistemic_gpu_plan"
path = "tests/test_epistemic_gpu_plan.rs"

[[test]]
name = "test_epistemic_split"
path = "tests/test_epistemic_split.rs"

[[test]]
name = "test_epistemic_world_view"
path = "tests/test_epistemic_world_view.rs"

[[test]]
name = "test_hg_eligibility_executor_context"
path = "tests/test_hg_eligibility_executor_context.rs"

[[test]]
name = "test_hg_kclique_planner"
path = "tests/test_hg_kclique_planner.rs"

[[test]]
name = "test_hypergraph_certification"
path = "tests/test_hypergraph_certification.rs"

[[test]]
name = "test_hypergraph_fixpoint"
path = "tests/test_hypergraph_fixpoint.rs"

[[test]]
name = "test_hypergraph_plan"
path = "tests/test_hypergraph_plan.rs"

[[test]]
name = "test_hypergraph_planner"
path = "tests/test_hypergraph_planner.rs"

[[test]]
name = "test_hypergraph_pr9_contracts"
path = "tests/test_hypergraph_pr9_contracts.rs"

[[test]]
name = "test_hypergraph_reference"
path = "tests/test_hypergraph_reference.rs"

[[test]]
name = "test_hypergraph_scc"
path = "tests/test_hypergraph_scc.rs"

[[test]]
name = "test_hypergraph_scc_inference"
path = "tests/test_hypergraph_scc_inference.rs"

[[test]]
name = "test_hypergraph_typed"
path = "tests/test_hypergraph_typed.rs"

[[test]]
name = "test_promote_multiway"
path = "tests/test_promote_multiway.rs"

[[test]]
name = "test_v085_approx_pragmas"
path = "tests/test_v085_approx_pragmas.rs"

[[test]]
name = "test_v085_incremental_parse"
path = "tests/test_v085_incremental_parse.rs"

[[test]]
name = "test_v085_lists"
path = "tests/test_v085_lists.rs"

[[test]]
name = "test_v085_magic_sets"
path = "tests/test_v085_magic_sets.rs"

[[test]]
name = "test_v085_meta"
path = "tests/test_v085_meta.rs"

[[test]]
name = "test_v085_naf"
path = "tests/test_v085_naf.rs"

[[test]]
name = "test_v085_types"
path = "tests/test_v085_types.rs"

[[test]]
name = "test_w21_part_a"
path = "tests/test_w21_part_a.rs"

[[test]]
name = "test_w26_part_b"
path = "tests/test_w26_part_b.rs"

[[test]]
name = "test_w32_clique_promoter"
path = "tests/test_w32_clique_promoter.rs"

[[test]]
name = "test_w67b_cost_gate"
path = "tests/test_w67b_cost_gate.rs"

[[test]]
name = "test_w67b_dispatch_plan"
path = "tests/test_w67b_dispatch_plan.rs"

[[test]]
name = "test_w67b_help_kc"
path = "tests/test_w67b_help_kc.rs"

[dependencies.pest]
version = "2.7"

[dependencies.pest_derive]
version = "2.7"

[dependencies.xlog-core]
version = "0.9.2"

[dependencies.xlog-ir]
version = "0.9.2"

[dependencies.xlog-stats]
version = "0.9.2"

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tempfile]
version = "3"