# 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 = "yaz0" version = "0.3.0" authors = ["Erin Moon "] exclude = ["data/*"] description = "A library for de/compressing Nintendo Yaz0 files" documentation = "https://docs.rs/yaz0" readme = "README.md" keywords = ["yaz0", "gamecube", "gcn", "romhacking"] categories = ["compression"] license = "MIT" repository = "https://github.com/gcnhax/yaz0-rs" [[bin]] name = "yaztool" path = "src/bin/yaztool.rs" required-features = ["yaztool"] [dependencies.arrayvec] version = "0.5" [dependencies.byteorder] version = "1.3" [dependencies.clap] version = "2.33" optional = true [dependencies.indicatif] version = "0.15" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.indicatif] version = "0.15" [dev-dependencies.pretty_assertions] version = "0.6" [dev-dependencies.rand] version = "0.7" [features] yaztool = ["clap", "indicatif"] [badges.maintenance] status = "actively-developed"