[[bin]]
name = "nuts-directory"
required-features = ["plugin"]
[dependencies.getrandom]
features = ["std"]
version = "0.2.15"
[dependencies.log]
version = "0.4.21"
[dependencies.nuts-backend]
version = "=0.7.0"
[dependencies.nuts-tool-api]
optional = true
version = "=0.7.0"
[features]
plugin = ["dep:nuts-tool-api"]
[package]
authors = ["Robin Doer <robin@robind.de>"]
categories = ["cryptography"]
description = "A backend implementation for nuts"
documentation = "https://docs.rs/nuts-directory"
edition = "2018"
keywords = ["secure", "storage", "nuts"]
license = "MIT"
name = "nuts-directory"
readme = "README.md"
repository = "https://github.com/drobin/nuts.git"
version = "0.7.0"