draupnir 0.1.1

Draupnir — the nordisk boot/provisioning library: fire up a runtime from one BootSpec across three backends (KVM via tunnr · OCI container · Redfish bare-metal virtual-media) and drive its power lifecycle. Odin's ring that drips eight identical copies → boot a fleet of identical machines from one ISO.
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"
rust-version = "1.85"
name = "draupnir"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Draupnir — the nordisk boot/provisioning library: fire up a runtime from one BootSpec across three backends (KVM via tunnr · OCI container · Redfish bare-metal virtual-media) and drive its power lifecycle. Odin's ring that drips eight identical copies → boot a fleet of identical machines from one ISO."
readme = "README.md"
keywords = [
    "boot",
    "provisioning",
    "redfish",
    "kvm",
    "container",
]
categories = [
    "virtualization",
    "os",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/nordisk/draupnir"

[features]
backend-oci = [
    "dep:bollard",
    "dep:tokio",
    "dep:futures",
]
backend-redfish = [
    "dep:ureq",
    "dep:serde_json",
]
backend-tunnr = ["dep:tunnr-vm"]
default = []

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

[dependencies.bollard]
version = "0.20"
optional = true

[dependencies.futures]
version = "0.3"
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]
optional = true

[dependencies.tunnr-vm]
version = "0.1"
optional = true

[dependencies.ureq]
version = "3"
features = [
    "rustls",
    "json",
    "gzip",
]
optional = true
default-features = false