version = 4
[[package]]
name = "snomed-classify"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2e08fbf26d42df466cf49881bea6bb57eee95008a0f8606702c70294b4973bd"
dependencies = [
"snomed-core",
"snomed-owl",
]
[[package]]
name = "snomed-cli"
version = "0.24.0"
dependencies = [
"snomed-classify",
"snomed-core",
"snomed-ecl",
"snomed-owl",
"snomed-rf2",
"snomed-store",
]
[[package]]
name = "snomed-core"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05e02caec4f6284c29cb3e8ecaee81156e4c4a35fc3b9a71b14d4a557df71d5d"
[[package]]
name = "snomed-ecl"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff11feb2b0a89dc5f4ec3e7a42874cb22ba452cf260a55d0e5317571ce8a6c31"
dependencies = [
"snomed-core",
"snomed-rf2",
"snomed-store",
]
[[package]]
name = "snomed-owl"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b08984b2c148b263cce98ff4b56be861d18b474593657712c3cbd035e14060"
dependencies = [
"snomed-core",
]
[[package]]
name = "snomed-rf2"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34b61e2d8e8a43c961915b0ed784ee23437c5dd1716bc03a0de5317e9f910383"
dependencies = [
"snomed-core",
]
[[package]]
name = "snomed-store"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65f454c64f346b1ce259794874547366331afc9a15de7b54f01995ba1c37583e"
dependencies = [
"snomed-core",
"snomed-rf2",
]