# 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-memory" version = "0.7.5" authors = ["Robin Doer "] description = "A backend implementation for nuts" documentation = "https://docs.rs/nuts-memory" readme = "README.md" keywords = [ "secure", "storage", "nuts", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/drobin/nuts.git" [dependencies.nuts-backend] version = "=0.7.5" [dependencies.nuts-bytes] version = "=0.7.5" features = ["derive"] [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.thiserror] version = "1.0.61"