nuts-tool-api 0.7.0

Code that helps you to implement a nuts tool plugin
Documentation
[dependencies.bson]
version = "2.9.0"

[dependencies.bytes]
version = "1.6.0"

[dependencies.clap]
features = ["cargo", "derive"]
optional = true
version = "4.5.4"

[dependencies.env_logger]
optional = true
version = "0.10.2"

[dependencies.home]
version = "0.5.9"

[dependencies.log]
version = "0.4.21"

[dependencies.nuts-backend]
optional = true
version = "=0.7.0"

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

[dependencies.thiserror]
version = "1.0.61"

[features]
debug-condensed = []
default = ["debug-condensed", "plugin"]
plugin = ["dep:clap", "dep:env_logger", "dep:nuts-backend"]
tool = ["dep:nuts-backend"]

[package]
authors = ["Robin Doer <robin@robind.de>"]
categories = ["cryptography", "command-line-utilities"]
description = "Code that helps you to implement a nuts tool plugin"
edition = "2018"
keywords = ["secure", "storage", "nuts"]
license = "MIT"
name = "nuts-tool-api"
readme = "README.md"
repository = "https://github.com/drobin/nuts.git"
version = "0.7.0"