patina_internal_core 22.2.0

Common internal library for Patina
# 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 = "patina_internal_core"
version = "22.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common internal library for Patina"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/OpenDevicePartnership/patina"

[features]
alloc = []
ci_features = ["alloc"]
default = ["alloc"]

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

[[bench]]
name = "bench_add"
path = "benches/bench_add.rs"
harness = false

[[bench]]
name = "bench_delete"
path = "benches/bench_delete.rs"
harness = false

[[bench]]
name = "bench_search"
path = "benches/bench_search.rs"
harness = false

[dependencies.log]
version = "0.4"
default-features = false

[dependencies.r-efi]
version = "7"
default-features = false

[dependencies.uuid]
version = "1.23"
default-features = false

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

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

[dev-dependencies.ruint]
version = "~1.17"

[lints.clippy]
indexing_slicing = "deny"
undocumented_unsafe_blocks = "warn"