snomed-classify 0.4.0

EL-profile subsumption classifier for SNOMED CT OWL axioms (Baader/Brandt/Lutz completion algorithm)
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.75"
name = "snomed-classify"
version = "0.4.0"
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EL-profile subsumption classifier for SNOMED CT OWL axioms (Baader/Brandt/Lutz completion algorithm)"
readme = "README.md"
keywords = [
    "snomed",
    "snomed-ct",
    "healthcare",
    "terminology",
    "rf2",
]
categories = [
    "science",
    "parser-implementations",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/snomed-rust/snomed-rust"

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

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

[dependencies.snomed-core]
version = "0.4.0"

[dependencies.snomed-owl]
version = "0.4.0"