nuts-memory 0.6.5

A backend implementation for nuts
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "nuts-backend"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c863b12faa8a209768799a443faf4fb318e7068cba8176838bfaf0490c54a95"

[[package]]
name = "nuts-bytes"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8243503a4165e21cd7d76f1699f0322e303c304112939c95acac07a6145702ea"
dependencies = [
 "nuts-bytes-derive",
 "thiserror",
]

[[package]]
name = "nuts-bytes-derive"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd7e3e630d5bc04b16a9b3c266575aa9304ba1645128a6eeeb9d363fdafdb06f"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "nuts-memory"
version = "0.6.5"
dependencies = [
 "nuts-backend",
 "nuts-bytes",
 "thiserror",
]

[[package]]
name = "proc-macro2"
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "2.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "thiserror"
version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"