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