veredictum 0.1.0-alpha.4

The independent conformance instrument for openEHR clinical data repositories: a machine-readable catalogue of spec-cited test cases, executed against any running CDR, judged by pure-function verdicts
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.96"
name = "veredictum"
version = "0.1.0-alpha.4"
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "LICENSES/**",
    "NOTICE",
    "REUSE.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "veredictum"
description = "The independent conformance instrument for openEHR clinical data repositories: a machine-readable catalogue of spec-cited test cases, executed against any running CDR, judged by pure-function verdicts"
readme = "README.md"
keywords = [
    "openehr",
    "conformance",
    "testing",
    "ehr",
    "cdr",
]
categories = [
    "development-tools::testing",
    "command-line-utilities",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/rubentalstra/Veredictum"

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

[[bin]]
name = "veredictum"
path = "src/bin/veredictum.rs"

[dependencies.base64]
version = "0.23"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.hdrhistogram]
version = "7.5.4"
features = ["serialization"]

[dependencies.jiff]
version = "0.2.31"
features = ["serde"]

[dependencies.jsonschema]
version = "0.49.3"

[dependencies.jsonwebtoken]
version = "11.0.0"
features = ["aws_lc_rs"]

[dependencies.pgp]
version = "0.20.0"
default-features = false

[dependencies.quick-xml]
version = "0.41.0"
features = ["serialize"]

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "rustls",
    "json",
    "gzip",
    "brotli",
]
default-features = false

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde-saphyr]
version = "1.0.0-rc.1"

[dependencies.serde_jcs]
version = "0.2.0"

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v5",
    "v7",
    "serde",
    "fast-rng",
]

[dev-dependencies.assert_fs]
version = "1"

[dev-dependencies.rand]
version = "0.8"

[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "deny"
as_conversions = "deny"
as_underscore = "deny"
cfg_not_test = "warn"
clone_on_ref_ptr = "warn"
create_dir = "deny"
dbg_macro = "deny"
debug_assert_with_mut_call = "warn"
deref_by_slicing = "warn"
empty_drop = "warn"
exit = "deny"
expect_used = "deny"
filetype_is_file = "deny"
float_cmp_const = "deny"
fn_to_numeric_cast_any = "deny"
incompatible_msrv = "deny"
indexing_slicing = "deny"
infinite_loop = "warn"
integer_division = "warn"
iter_over_hash_type = "deny"
large_include_file = "deny"
lossy_float_literal = "deny"
map_err_ignore = "warn"
mem_forget = "deny"
missing_assert_message = "deny"
mixed_read_write_in_expression = "warn"
multiple_unsafe_ops_per_block = "deny"
negative_feature_names = "deny"
panic = "deny"
panic_in_result_fn = "deny"
pointer_format = "deny"
precedence_bits = "deny"
print_stderr = "deny"
print_stdout = "deny"
pub_use = "deny"
rc_buffer = "deny"
rc_mutex = "deny"
redundant_feature_names = "deny"
same_name_method = "warn"
string_slice = "deny"
suspicious_xor_used_as_pow = "deny"
todo = "deny"
too_long_first_doc_paragraph = "warn"
try_err = "warn"
unchecked_time_subtraction = "deny"
undocumented_unsafe_blocks = "deny"
unimplemented = "deny"
unnecessary_safety_comment = "deny"
unnecessary_safety_doc = "deny"
unreachable = "deny"
unused_result_ok = "deny"
unwrap_used = "deny"
verbose_file_reads = "deny"
wildcard_dependencies = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
absolute_paths_not_starting_with_crate = "warn"
ambiguous_negative_literals = "deny"
dead_code = "deny"
deprecated_safe_2024 = "deny"
explicit_outlives_requirements = "warn"
ffi_unwind_calls = "deny"
let_underscore_drop = "deny"
let_underscore_lock = "deny"
macro_use_extern_crate = "warn"
meta_variable_misuse = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
non_ascii_idents = "forbid"
non_local_definitions = "deny"
redundant_lifetimes = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unexpected_cfgs = "deny"
unit_bindings = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"
unsafe_op_in_unsafe_fn = "deny"
unused_extern_crates = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_macro_rules = "warn"
unused_qualifications = "warn"

[lints.rustdoc]
bare_urls = "deny"
broken_intra_doc_links = "deny"
invalid_codeblock_attributes = "deny"
invalid_html_tags = "deny"
invalid_rust_codeblocks = "deny"
missing_crate_level_docs = "warn"
private_intra_doc_links = "deny"
redundant_explicit_links = "deny"
unescaped_backticks = "warn"

[profile.dev]
debug = "line-tables-only"

[profile.dev.package."*"]
debug = 0

[profile.release]
debug = "line-tables-only"
panic = "unwind"
overflow-checks = true

[profile.wasm-release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
inherits = "release"