# 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.61" name = "urex-binary-io" version = "0.1.2" authors = ["Rudolf Kolbe "] exclude = [".git*"] description = "Implementation of endianed BinaryReaders for use in urex." homepage = "https://crates.io/crates/urex-binary-io" documentation = "https://docs.rs/crate/urex-binary-io" readme = "README.md" license = "MIT" repository = "https://github.com/UnityRustEXtractor/urex-binary-io" [dependencies.byteorder] version = "1.4.3" [dependencies.half] version = "2.2.1" [dependencies.paste] version = "1.0.12"