bitdag 0.1.4

A crate to deconstruct the hierrachie of a DAG into a Bitmatrix for fast child-parent-queries.
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 = "2024"
name = "bitdag"
version = "0.1.4"
authors = ["Rouven Reuter <Rouven.Reuter@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate to deconstruct the hierrachie of a DAG into a Bitmatrix for fast child-parent-queries."
homepage = "https://www.smart-monkey.blog/"
readme = "README.md"
license = "MIT"

[features]
json_ontology = ["ontolius"]
miniserde = [
    "dep:miniserde",
    "bit-matrix/miniserde",
]
obo = ["fastobo"]
serde = [
    "bit-matrix/serde",
    "dep:serde",
]

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

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

[[bench]]
name = "dag_benchmark"
path = "benches/dag_benchmark.rs"
harness = false

[dependencies.bit-matrix]
version = "0.9.0"

[dependencies.fastobo]
version = "0.15.5"
optional = true

[dependencies.miniserde]
version = "0.1.45"
optional = true

[dependencies.ontolius]
version = "0.7.4"
optional = true

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.ontolius]
version = "0.7.4"

[dev-dependencies.ontology-registry]
version = "0.4.2"