# 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 = "aoe-djin" version = "0.3.2" description = "Djin is a utility crate to extract Age of Empire II Definitive edition game data.\n" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/scout-gg/djin" [[example]] name = "datfile" path = "examples/datfile.rs" [dependencies.bytes] version = "^1" [dependencies.djin-protocol] version = "^3" [dependencies.djin-protocol-derive] version = "^3" [dependencies.eyre] version = "^0" [dependencies.flate2] version = "^1" [dev-dependencies.spectral] version = "0.6.0"