[package]
edition = "2024"
rust-version = "1.95"
name = "oxicrypt-imageread"
version = "0.24.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kernel-mediated self-image reads for the pre-operational integrity test."
homepage = "https://oxicrypt.dev"
readme = "README.md"
keywords = [
"cryptography",
"fips",
"fips-140-3",
"no-std",
"nist",
]
categories = [
"cryptography",
"no-std",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/oxiforge/oxicrypt"
resolver = "2"
[package.metadata.lama]
manifest = "https://raw.githubusercontent.com/oxiforge/oxicrypt/v0.24.0/docs/llm-api-manifest/llm-api.yaml"
spec = "https://github.com/lamaspec/lama/blob/main/SPEC.md"
[lib]
name = "oxicrypt_imageread"
path = "src/lib.rs"
[lints.clippy]
arithmetic_side_effects = "warn"
dbg_macro = "deny"
doc_markdown = "allow"
expect_used = "deny"
indexing_slicing = "deny"
integer_division = "deny"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
todo = "warn"
unwrap_used = "deny"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "deny"
unused_lifetimes = "warn"