dynoxide-rs 0.9.13

A lightweight, embeddable DynamoDB emulator backed by SQLite
Documentation
# cargo-about configuration
# See: https://embarkstudios.github.io/cargo-about/

accepted = [
    "MIT",
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "BSL-1.0",
    "ISC",
    "OpenSSL",
    "Unicode-3.0",
    "Zlib",
    "0BSD",
    "MIT-0",
    "CC0-1.0",
    "Unlicense",
]

# Workaround: some older crates use deprecated SPDX identifiers
# cargo-about treats these as parse errors unless we ignore them
ignore-build-dependencies = true
ignore-dev-dependencies = true

[deunicode]
# Uses deprecated "GPL-2.0" identifier but is actually "GPL-2.0 OR MIT"
# We accept the MIT side of the OR
accepted = ["GPL-2.0"]