[package] name = "format-struct" description = "A library for quick and easy format structure definitions for use in binary file parsing." version = "0.4.0" authors = ["turbocooler "] license = "MIT OR Apache-2.0" edition = "2021" rust-version = "1.56" categories = ["no-std", "no-std::no-alloc", "parsing"] keywords = ["parser", "format", "macro"] documentation = "https://docs.rs/format-struct" repository = "https://gitlab.com/turbocooler/format-struct" [features] std = [] [dependencies]