# 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" rust-version = "1.74" name = "nod" version = "1.4.4" authors = ["Luke Street "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Library for reading GameCube and Wii disc images. """ documentation = "https://docs.rs/nod" readme = "README.md" keywords = [ "gamecube", "wii", "iso", "wbfs", "rvz", ] categories = [ "command-line-utilities", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/encounter/nod" [lib] name = "nod" path = "src/lib.rs" [dependencies.adler] version = "1.0" optional = true [dependencies.aes] version = "0.8" [dependencies.base16ct] version = "0.2" [dependencies.bzip2] version = "0.4" features = ["static"] optional = true [dependencies.cbc] version = "0.1" [dependencies.digest] version = "0.10" [dependencies.dyn-clone] version = "1.0" [dependencies.encoding_rs] version = "0.8" [dependencies.itertools] version = "0.13" [dependencies.liblzma] version = "0.3" features = ["static"] optional = true [dependencies.log] version = "0.4" [dependencies.miniz_oxide] version = "0.8" optional = true [dependencies.rayon] version = "1.10" [dependencies.sha1] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.zerocopy] version = "0.8" features = [ "alloc", "derive", ] [dependencies.zstd] version = "0.13" optional = true [features] asm = ["sha1/asm"] compress-bzip2 = ["bzip2"] compress-lzma = ["liblzma"] compress-zlib = [ "adler", "miniz_oxide", ] compress-zstd = ["zstd"] default = [ "compress-bzip2", "compress-lzma", "compress-zlib", "compress-zstd", ]