patina_samples 20.0.3

Sample components for testing and reference.
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"
name = "patina_samples"
version = "20.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sample components for testing and reference."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/OpenDevicePartnership/patina"

[features]
std = []

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

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

[dependencies.patina]
version = "20.0.3"

[dependencies.patina_macro]
version = "20.0.3"

[dependencies.patina_smbios]
version = "20.0.3"

[lints.clippy]
undocumented_unsafe_blocks = "warn"