chip8_db 2.1.0

Embed the CHIP-8 DB in your own CHIP-8 implementation
Documentation
[dependencies.base16ct]
version = "0.2.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.164"

[dependencies.serde_json]
version = "1.0.99"

[dependencies.serde_repr]
version = "0.1.12"

[dependencies.sha1]
version = "0.10.5"

[features]
extra-data = []

[package]
authors = ["Estus"]
categories = ["config", "data-structures", "emulators"]
description = "Embed the CHIP-8 DB in your own CHIP-8 implementation"
edition = "2021"
exclude = [".gitmodules", "./target/", "./chip-8-database", "**/*.js", "**/package-lock.json", "**/.github/**/*", "**/.gitignore", "**/.prettierrc.json"]
keywords = ["CHIP-8", "metadata", "ROM", "hashes"]
license = "MIT"
name = "chip8_db"
readme = "README.md"
repository = "https://github.com/Estus-Dev/chip-8-database-rs"
version = "2.1.0"