# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ninres" version = "0.0.2" authors = ["Mario Reder "] description = "Read commonly used Nintendo file formats." readme = "README.md" keywords = ["gamedev", "parsing", "wasm"] categories = ["game-development", "parser-implementations", "wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/tarnadas/ninres-rs" [package.metadata.docs.rs] all-features = true [[example]] name = "sarc" required-features = ["sarc", "zstd"] [dependencies.cfg-if] version = "1" [dependencies.num_enum] version = "0.5" [dependencies.ruzstd] version = "0.2" optional = true [dependencies.tar] version = "0.4" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.test-case] version = "1" [features] bfres = [] default = [] sarc = [] tar_ninres = ["tar"] zstd = ["ruzstd"]