version = 4
[[package]]
name = "snomed-classify"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d53338e4997620ee1f23f1483ee6b1a2a438ff976ae1f4885c7fbe88e6a0942"
dependencies = [
"snomed-core",
"snomed-owl",
]
[[package]]
name = "snomed-cli"
version = "0.18.0"
dependencies = [
"snomed-classify",
"snomed-core",
"snomed-ecl",
"snomed-owl",
"snomed-rf2",
"snomed-store",
]
[[package]]
name = "snomed-core"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "342bdd467c4a5b2c57d64857f3c3c0a758d58cdc73712039d48c9836dcd64069"
[[package]]
name = "snomed-ecl"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4de34b9cb8891b7ada04bf89a3da2a0880129dca95b6921bc700144a0771ba5"
dependencies = [
"snomed-core",
"snomed-rf2",
"snomed-store",
]
[[package]]
name = "snomed-owl"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26dd19d79e07564dd2634460e828e23ed3d688fb1c0bfab99e082dc9d5068d29"
dependencies = [
"snomed-core",
]
[[package]]
name = "snomed-rf2"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d097f1612bd94e0a0725e8c57f34965d8b5b8e884d2963a00a2e753cfaa4d923"
dependencies = [
"snomed-core",
]
[[package]]
name = "snomed-store"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c72faf04d1ea76e09467f5617c9ee1ebb8c3c47471965e3f0f6136d74a6a6ca"
dependencies = [
"snomed-core",
"snomed-rf2",
]