ctr_cart 0.3.0

3DS file 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 = "ctr_cart"
version = "0.3.0"
authors = ["Gabriel Marcano <gabemarcano@yahoo.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "3DS file header library and utilities."
readme = "README.md"
keywords = [
    "ctr",
    "3ds",
    "nintendo-3ds",
    "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/libnds_header-rs"

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

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

[dependencies.aes]
version = "0.8.4"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.chrono]
version = "0.4.44"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.crc]
version = "3.4.0"

[dependencies.ctr]
version = "0.9.2"

[dependencies.ecb]
version = "0.1.2"

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

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

[dependencies.png]
version = "0.18.1"