# 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 = "sarc-rs" version = "1.0.0" authors = ["Caleb Smith "] description = "A simple to use library for parsing and creating Nintendo SARC files in Rust" documentation = "https://docs.rs/sarc-rs" readme = "README.md" keywords = [ "Nintendo", "SARC", "archive", "game", "Zelda", ] categories = [ "parser-implementations", "game-development", ] license = "GPL-3.0-or-later" repository = "https://github.com/NiceneNerd/sarc-rs" resolver = "2" [dependencies.binread] version = "2.1" [dependencies.binwrite] version = "0.2" [dependencies.cached] version = "0.36" [dependencies.derivative] version = "2.2" [dependencies.indexmap] version = "1.6" [dependencies.num] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.15" [dev-dependencies.glob] version = "0.3"