jmix-rs 0.3.2

Rust library for JMIX (JSON Medical Interchange) format - secure medical data exchange with cryptographic features
Documentation
[[bin]]
name = "jmix"
path = "src/bin/jmix.rs"

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

[dependencies.base64]
version = "0.22"

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

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.dicom-dictionary-std]
version = "0.9"

[dependencies.dicom-object]
version = "0.9"

[dependencies.ed25519-dalek]
features = ["serde"]
version = "2.0"

[dependencies.getrandom]
version = "0.2"

[dependencies.hkdf]
version = "0.12"

[dependencies.jsonschema]
version = "0.33.0"

[dependencies.once_cell]
version = "1.19"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3.0"

[dependencies.thiserror]
version = "2.0.16"

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

[dependencies.walkdir]
version = "2.3"

[dependencies.x25519-dalek]
features = ["serde"]
version = "2.0"

[dependencies.zeroize]
features = ["zeroize_derive"]
version = "1.7"

[dependencies.zip]
features = ["deflate"]
version = "6"

[[example]]
name = "build_jmix"
path = "examples/build_jmix.rs"

[[example]]
name = "envelope_encryption"
path = "examples/envelope_encryption.rs"

[[example]]
name = "jws_signing"
path = "examples/jws_signing.rs"

[[example]]
name = "performance_optimization"
path = "examples/performance_optimization.rs"

[[example]]
name = "sender_assertions"
path = "examples/sender_assertions.rs"

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

[package]
authors = ["Aurabox <hello@aurabox.cloud>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "data-structures", "science"]
description = "Rust library for JMIX (JSON Medical Interchange) format - secure medical data exchange with cryptographic features"
edition = "2021"
exclude = ["samples/*", ".ai/*", "warp.md"]
homepage = "https://github.com/aurabx/jmix-rust"
keywords = ["jmix", "medical", "dicom", "encryption", "healthcare"]
license = "MIT"
name = "jmix-rs"
readme = "README.md"
repository = "https://github.com/aurabx/jmix-rust"
version = "0.3.2"

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

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

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

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