# 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 = "2021" name = "nds_cart" version = "0.1.0" authors = ["Gabriel Marcano "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "NDS file header library and utilities." readme = "README.md" keywords = [ "ntr", "nds", "nintendo-ds", "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 = "nds_cart" path = "src/lib.rs" [[bin]] name = "nds_cart" path = "src/main.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.crc] version = "3.2.1" [dependencies.num-traits] version = "0.2.19" [dependencies.png] version = "0.17.13"