[package] name = "sfc_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 = "SNES/SFC ROM header library and utilities." repository = "https://gitlab.com/gemarcano/libsfc_cart-rs" keywords = ["sfc", "snes", "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"