[package] name = "n64_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 = "N64 file header library and utilities." repository = "https://gitlab.com/gemarcano/libn64_cart-rs" keywords = ["z64", "n64", "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" ipl3checksum = "1.2.0"