snomed-cli 0.32.0

SNOMED® command-line interface toolkit for RF2: SCTID validation, release loading, concept lookup, ECL queries, OWL classification and necessary normal form. SNOMED®, SNOMED CT®, and IHTSDO® are registered trademarks of International Health Terminology Standards Development Organisation (IHTSDO). Use of the trademarks does not constitute endorsement of this product by IHTSDO. This project is an independent work.
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.96"
name = "snomed-cli"
version = "0.32.0"
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SNOMED® command-line interface toolkit for RF2: SCTID validation, release loading, concept lookup, ECL queries, OWL classification and necessary normal form. SNOMED®, SNOMED CT®, and IHTSDO® are registered trademarks of International Health Terminology Standards Development Organisation (IHTSDO). Use of the trademarks does not constitute endorsement of this product by IHTSDO. This project is an independent work."
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_cli"
path = "src/lib.rs"

[[bin]]
name = "snomed-cli"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.snomed-classify]
version = "0.32.0"

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

[dependencies.snomed-ecl]
version = "0.32.0"

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

[dependencies.snomed-rf2]
version = "0.32.0"

[dependencies.snomed-store]
version = "0.32.0"