concept-graph 0.1.33

The materialized SNOMED CT ontology: CSR adjacency and roaring transitive-closure bitmaps
Documentation
# SPDX-License-Identifier: BUSL-1.1
[package]
name = "concept-graph"
description = "The materialized SNOMED CT ontology: CSR adjacency and roaring transitive-closure bitmaps"
version = "0.1.33"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
documentation = "https://docs.rs/concept-graph"
readme = "README.md"
keywords = ["ontology", "hierarchy", "snomed", "terminology", "bitmap"]
categories = ["data-structures", "science"]
# The crate line is published on crates.io (.claude/rules/crates-publishing.md);
# `include` is the packaged content the bump rule watches.
publish = true
include = ["src/**", "README.md", "LICENSE"]

[dependencies]
roaring.workspace = true
thiserror.workspace = true

[dev-dependencies]
rf2.workspace = true
proptest.workspace = true

[lints]
workspace = true