haste-encryption 0.18.0

Secret storage/retrieval and symmetric encryption utilities 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-encryption"
version = "0.18.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Secret storage/retrieval and symmetric encryption utilities for Haste Health."
homepage = "https://haste.health"
readme = false
license = "BSD-3-Clause"

[features]
aws = []
gcp = []

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

[dependencies.aes-gcm]
version = "0.11.0"

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

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

[dependencies.tracing]
version = "0.1.44"