onerom-database 0.1.1

One ROM Database of known ROMS
Documentation
# 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 = "2024"
name = "onerom-database"
version = "0.1.1"
authors = ["Piers Finlayson <piers@piers.rocks>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "One ROM Database of known ROMS"
readme = "README.md"
keywords = [
    "embedded",
    "rom",
    "eeprom",
    "eprom",
    "flash",
]
license = "MIT"
repository = "https://github.com/piersfinlayson/one-rom"
resolver = "2"

[lib]
name = "onerom_database"
path = "src/lib.rs"

[dependencies.hex-literal]
version = "1.0.0"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.sha1]
version = "0.10"
default-features = false

[build-dependencies.csv]
version = "1.3"