helios-subscriptions 0.2.0

FHIR topic-based Subscriptions engine for HFS
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 = "2024"
rust-version = "1.90"
name = "helios-subscriptions"
version = "0.2.0"
authors = ["Helios Software"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FHIR topic-based Subscriptions engine for HFS"
readme = "README.md"
license = "MIT"
repository = "https://github.com/HeliosSoftware/hfs"
resolver = "2"

[features]
R4 = [
    "helios-fhir/R4",
    "helios-persistence/R4",
]
R4B = [
    "helios-fhir/R4B",
    "helios-persistence/R4B",
]
R5 = [
    "helios-fhir/R5",
    "helios-persistence/R5",
]
R6 = [
    "helios-fhir/R6",
    "helios-persistence/R6",
]
default = ["R4"]

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

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

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dashmap]
version = "6"

[dependencies.helios-auth]
version = "0.2.0"

[dependencies.helios-fhir]
version = "0.2.0"
default-features = false

[dependencies.helios-persistence]
version = "0.2.0"
default-features = false

[dependencies.lettre]
version = "0.11"
features = [
    "smtp-transport",
    "tokio1",
    "tokio1-rustls-tls",
    "builder",
    "hostname",
]
default-features = false

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "=1.0.144"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "time",
    "macros",
    "rt",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

[dev-dependencies.wiremock]
version = "0.6"

[target."cfg(not(windows))".dev-dependencies.testcontainers]
version = "0.27"
features = ["watchdog"]

[target."cfg(windows)".dev-dependencies.testcontainers]
version = "0.27"