ontolius 0.4.1-dev0

Empower analysis with terms and hierarchy of biomedical ontologies.
Documentation
[[bench]]
harness = false
name = "hierarchy_io"
path = "benches/hierarchy_io.rs"

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

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

[dependencies.anyhow]
version = "1.0.86"

[dependencies.curieosa]
optional = true
version = "0.1.0"

[dependencies.graph_builder]
version = "0.3.1"

[dependencies.obographs-dev]
optional = true
version = "0.2.2"

[dependencies.pyo3]
features = ["abi3-py310"]
optional = true
version = "0.21.2"

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

[dev-dependencies.curieosa]
version = "0.1.0"

[dev-dependencies.flate2]
version = "1.0.30"

[dev-dependencies.obographs-dev]
version = "0.2.2"

[dev-dependencies.rstest]
version = "0.22.0"

[features]
default = ["obographs"]
obographs = ["dep:obographs-dev", "dep:curieosa"]
pyo3 = ["dep:pyo3"]

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

[package]
authors = ["Daniel Danis <daniel.gordon.danis@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Empower analysis with terms and hierarchy of biomedical ontologies."
edition = "2021"
homepage = "https://github.com/ielis/ontolius"
keywords = ["ontology", "bioinformatics", "HPO", "MAxO", "GO"]
license-file = "LICENSE"
name = "ontolius"
readme = "README.md"
repository = "https://github.com/ielis/ontolius"
version = "0.4.1-dev0"

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