snomed-ecl-engine 0.2.1

Compact SNOMED CT ECL engine and RF2 index builder
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.93"
name = "snomed-ecl-engine"
version = "0.2.1"
build = "build.rs"
include = [
    "/src",
    "/build.rs",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compact SNOMED CT ECL engine and RF2 index builder"
readme = "README.md"
keywords = [
    "snomed",
    "ecl",
    "terminology",
    "rf2",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/EddieDavison92/snomed-ecl-engine"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }-default{ archive-suffix }"
bin-dir = "{ name }-v{ version }-{ target }-default/{ bin }{ binary-ext }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[features]
default = [
    "import",
    "download",
]
download = [
    "import",
    "dep:ureq",
]
import = [
    "dep:zip",
    "zstd/zdict_builder",
]
unicode = [
    "dep:cc",
    "dep:pkg-config",
]

[lib]
name = "snomed_ecl_engine"
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.ureq]
version = "3.4"
features = ["rustls"]
optional = true
default-features = false

[dependencies.zip]
version = "8.6"
features = ["deflate"]
optional = true
default-features = false

[dependencies.zstd]
version = "0.13.3"
default-features = false

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.cc]
version = "1"
optional = true

[build-dependencies.pkg-config]
version = "0.3"
optional = true

[profile.release]
lto = "thin"
strip = true