# 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 = "byml" version = "0.1.4" authors = ["Caleb Smith "] description = "Nintendo BYML (binary YAML) library in Rust" documentation = "https://docs.rs/byml" readme = "README.md" keywords = ["Nintendo", "byml", "Zelda", "parsing", "modding"] categories = ["game-development", "parsing"] license = "MIT" [dependencies.base64] version = "0.12.3" [dependencies.binread] version = "^1.0.1" [dependencies.binwrite] version = "0.2.1" [dependencies.byteorder] version = "1.3.4" [dependencies.cached] version = "0.20.0" [dependencies.indexmap] version = "1.4.0" features = ["rayon"] [dependencies.parse_int] version = "0.4.0" [dependencies.rayon] version = "1.5.0" [dependencies.thiserror] version = "1.0" [dependencies.yaz0] version = "0.1.2" [dev-dependencies.glob] version = "0.3.0"