[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"]
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