# 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-container" version = "0.6.7" authors = ["Robin Doer "] description = "A secure storage library" documentation = "https://docs.rs/nuts-container" readme = "README.md" keywords = [ "secure", "storage", "nuts", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/drobin/nuts.git" [dependencies.log] version = "0.4.21" [dependencies.nuts-backend] version = "=0.6.7" [dependencies.openssl] version = "0.10.64" features = ["vendored"] [dependencies.thiserror] version = "1.0.61" [dev-dependencies.nuts-memory] version = "=0.6.7" [features] debug-plain-keys = [] default = []