# 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 = "2018" name = "sarc" version = "1.2.0" authors = ["jam1garner "] description = "A library for working with Nintendo SARC files for Wii U, 3ds and Switch" documentation = "https://docs.rs/sarc" readme = "README.md" license = "MIT" repository = "https://github.com/jam1garner/sarc" [dependencies.binwrite] version = "0.2.1" [dependencies.nom] version = "7.1.1" [dependencies.yaz0] version = "0.1.2" optional = true [dependencies.zstd] version = "0.5.1" optional = true [features] default = [ "yaz0_sarc", "zstd_sarc", ] yaz0_sarc = ["yaz0"] zstd_sarc = ["zstd"]