[package]
name = "ctr_cart"
version = "0.2.0"
authors = ["Gabriel Marcano <gabemarcano@yahoo.com>"]
edition = "2024"
license = "MPL-2.0 OR LGPL-2.1-or-later OR GPL-2.0-or-later"
description = "3DS file header library and utilities."
repository = "https://gitlab.com/gemarcano/libnds_header-rs"
keywords = ["ctr", "3ds", "nintendo-3ds", "metadata"]
categories = ["encoding", "command-line-utilities"]
[dependencies]
chrono = "0.4.42"
byteorder = "1.5.0"
num-traits = "0.2.19"
png = "0.18.0"
crc = "3.4.0"
clap = { version = "4.5.53", features = ["derive"] }
ctr = "0.9.2"
ecb = "0.1.2"
aes = "0.8.4"
hex-literal = "1.1.0"