haste-testscript-runner 0.10.3

FHIR TestScript Runner for Haste Health
# 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 = "2024"
name = "haste-testscript-runner"
version = "0.10.3"
authors = ["Haste Health"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FHIR TestScript Runner for Haste Health"
homepage = "https://haste.health"
readme = false
license = "BSD-3-Clause"

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

[dependencies.haste-fhir-client]
version = "0.*"
features = ["http"]

[dependencies.haste-fhir-model]
version = "0.*"

[dependencies.haste-fhir-operation-error]
version = "0.*"
features = ["derive"]

[dependencies.haste-fhirpath]
version = "0.*"

[dependencies.haste-pointer]
version = "0.*"

[dependencies.haste-reflect]
version = "0.*"

[dependencies.regex]
version = "1.12.2"

[dependencies.tokio]
version = "1.49.0"
features = ["sync"]

[dependencies.tracing]
version = "0.1.41"