znippy-plugin-rust-toolchain 0.1.1

Airgapped Rust-toolchain bundle metadata plugin for znippy (native builtin — no WASM)
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 = "znippy-plugin-rust-toolchain"
version = "0.1.1"
authors = ["Rickard Lundin <rickard@ignalina.dk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Airgapped Rust-toolchain bundle metadata plugin for znippy (native builtin — no WASM)"
readme = false
license = "MIT"
repository = "https://codeberg.org/nordisk/znippy"
resolver = "2"

[features]
default = ["znippy-handler"]
znippy-handler = [
    "dep:znippy-common",
    "dep:anyhow",
    "dep:serde_json",
]

[lib]
name = "znippy_plugin_rust_toolchain"
crate-type = ["rlib"]
path = "src/lib.rs"

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

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

[dependencies.znippy-common]
version = "0.9.14"
optional = true