[[bin]]
name = "demo"
path = "bin/demo.rs"
required-features = ["binaries"]
[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5"
[dependencies.flate2]
optional = true
version = "1.0"
[dependencies.ontolius]
default-features = false
version = "0.7"
[dependencies.regex]
version = "1.11.1"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.197"
[dependencies.serde_json]
optional = true
version = "1.0.140"
[dependencies.thiserror]
version = "2.0.12"
[features]
binaries = ["dep:clap", "dep:flate2"]
serde = ["dep:serde", "dep:serde_json"]
[lib]
name = "oboannotation"
path = "src/lib.rs"
[package]
authors = ["Daniel Danis <daniel.gordon.danis@protonmail.com>", "Peter N Robinson <peter.robinson@jax.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Access annotations of biomedical ontologies"
edition = "2024"
homepage = "https://github.com/P2GX/oboannotation"
keywords = ["ontology", "bioinformatics", "HPO", "MAxO", "GO"]
license-file = "LICENSE"
name = "oboannotation"
readme = "README.md"
repository = "https://github.com/P2GX/oboannotation"
version = "0.2.0"
[[test]]
name = "test_hpoa"
path = "tests/test_hpoa.rs"