[[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]
optional = true
version = "0.3.1"
[dependencies.obographs-dev]
optional = true
version = "0.2.2"
[dependencies.pyo3]
features = ["abi3-py310"]
optional = true
version = "0.24.1"
[dependencies.rayon]
optional = true
version = "=1.10.0"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.flate2]
version = "1.0.30"
[features]
csr = ["dep:graph_builder", "dep:rayon"]
default = ["obographs", "csr"]
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 = "A fast and safe crate for working with 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.7.1"
[[test]]
name = "test_common"
path = "tests/test_common.rs"
[[test]]
name = "test_io"
path = "tests/test_io.rs"