# 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 = "2018" name = "binread" version = "2.2.0" authors = ["jam1garner "] description = "A Rust crate for helping read structs from binary data using ✨macro magic✨" documentation = "https://docs.rs/binread" readme = "../README.md" license = "MIT" repository = "https://github.com/jam1garner/binread" [[test]] name = "const_generic" required-features = ["const_generics"] [dependencies.array-init] version = "2.0.0" optional = true [dependencies.binread_derive] version = "2.1.0" [dependencies.lazy_static] version = "1.4" optional = true [dependencies.rustversion] version = "1.0" [dev-dependencies.modular-bitfield] version = "0.9" [dev-dependencies.trybuild] version = "1.0" [features] const_generics = ["array-init"] debug_template = ["std", "lazy_static", "binread_derive/debug_template"] default = ["std"] std = []