heyting 0.16.0

Complex logical query answering over knowledge graph embeddings
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.89"
name = "heyting"
version = "0.16.0"
authors = ["Arc <attobop@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Complex logical query answering over knowledge graph embeddings"
readme = "README.md"
keywords = [
    "knowledge-graph",
    "query-answering",
    "fuzzy-logic",
    "reasoning",
]
categories = [
    "science",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arclabs561/heyting"

[features]
hyperball = ["dep:hyperball"]
precinct = ["dep:precinct"]
subsume = ["dep:subsume"]
tranz = ["dep:tranz"]
vicinity = ["dep:vicinity"]

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

[[example]]
name = "betae_fb15k237"
path = "examples/betae_fb15k237.rs"
required-features = ["tranz"]

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

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

[[example]]
name = "el_clqa_gated_conformal"
path = "examples/el_clqa_gated_conformal.rs"
required-features = ["subsume"]

[[example]]
name = "fb15k237_clqa"
path = "examples/fb15k237_clqa.rs"
required-features = ["tranz"]

[[example]]
name = "icews14_temporal_clqa"
path = "examples/icews14_temporal_clqa.rs"
required-features = ["tranz"]

[[example]]
name = "retrieval_candidates"
path = "examples/retrieval_candidates.rs"
required-features = [
    "hyperball",
    "precinct",
    "vicinity",
]

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

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

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

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

[dependencies.hyperball]
version = "0.1.6"
optional = true
default-features = false

[dependencies.precinct]
version = "0.8.5"
features = ["index"]
optional = true
default-features = false

[dependencies.subsume]
version = "0.17"
optional = true
default-features = false

[dependencies.tnorms]
version = "0.2.0"

[dependencies.tranz]
version = "0.8.0"
optional = true

[dependencies.vicinity]
version = "0.10.5"
features = ["hnsw"]
optional = true
default-features = false

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.serde-pickle]
version = "1.2"

[lints.rust]
missing_docs = "warn"