sfc_cart 0.3.1

SNES/SFC ROM header library and utilities.
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 = "sfc_cart"
version = "0.3.1"
authors = ["Gabriel Marcano <gabemarcano@yahoo.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SNES/SFC ROM header library and utilities."
readme = "README.md"
keywords = [
    "sfc",
    "snes",
    "metadata",
]
categories = [
    "encoding",
    "command-line-utilities",
]
license = "MPL-2.0 OR LGPL-2.1-or-later OR GPL-2.0-or-later"
repository = "https://gitlab.com/gemarcano/libsfc_cart-rs"

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

[[bin]]
name = "sfc_cart"
path = "src/main.rs"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.chrono]
version = "0.4.44"

[dependencies.num-traits]
version = "0.2.19"