[package]
edition = "2021"
name = "holger-znippy-python-repository"
version = "0.1.0"
authors = [
"Rickard Lundin <rickard@x14.se>",
"Henrik Torp <henrik@vetra.se>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Holger guards your artifacts at rest. May Allfather Odin watch over every bit."
readme = false
keywords = [
"znippy",
"artifacts",
"blake3",
"cli",
"airgap",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://codeberg.org/nordisk/holger"
[features]
testmatrix = [
"dep:nornir-testmatrix",
"nornir-testmatrix/testmatrix",
]
[lib]
name = "holger_znippy_python_repository"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.98"
[dependencies.log]
version = "0.4"
[dependencies.nornir-testmatrix]
version = "0.2"
optional = true
[dependencies.traits]
version = "0.6.5"
package = "holger-traits"
[dependencies.znippy-common]
version = "0.9.0"
features = ["host-decompressors"]
[dependencies.znippy-plugin-python]
version = "0.9.0"
features = ["host-decompressors"]