# 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 = "n64_cart" version = "0.1.0" authors = ["Gabriel Marcano "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "N64 file header library and utilities." readme = "README.md" keywords = [ "z64", "n64", "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/libn64_cart-rs" [lib] name = "n64_cart" path = "src/lib.rs" [[bin]] name = "n64_cart" path = "src/main.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.chrono] version = "0.4.38" [dependencies.ipl3checksum] version = "1.2.0" [dependencies.num-traits] version = "0.2.19"