lowell-core 0.0.1

OCI-native tooling for hermetic, host-agnostic boot artifacts (UKI/initramfs)
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 = "2021"
name = "lowell-core"
version = "0.0.1"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OCI-native tooling for hermetic, host-agnostic boot artifacts (UKI/initramfs)"
readme = "README.md"
keywords = [
    "uki",
    "initramfs",
    "oci",
    "boot",
    "kernel",
]
categories = [
    "command-line-utilities",
    "os",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/SamD2021/lowell"

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

[dependencies.anyhow]
version = "1"

[dependencies.goblin]
version = "0.10"

[dependencies.rs-release]
version = "0.1.11"

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

[dependencies.sha2]
version = "0.10"
features = ["asm"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"