[package] name = "nds_cart" version = "0.1.0" authors = ["Gabriel Marcano "] edition = "2021" license = "MPL-2.0 OR LGPL-2.1-or-later OR GPL-2.0-or-later" description = "NDS file header library and utilities." repository = "https://gitlab.com/gemarcano/libnds_header-rs" keywords = ["ntr", "nds", "nintendo-ds", "metadata"] categories = ["encoding", "command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.38" byteorder = "1.5.0" num-traits = "0.2.19" png = "0.17.13" crc = "3.2.1" clap = { version = "4.5.17", features = ["derive"] }