[package] name = "randstruct" version = "1.0.2" edition = "2021" license = "GPL-2.0" description = "This crate implements a subset of the features of the GCC randomize_layout plugin." readme = "README.md" repository = "https://github.com/LethargicLeprechaun/randstruct" keywords = ["ffi", "interoperation", "c", "randstruct", "randomize_layout"] [lib] name = "randstruct" path = "src/lib.rs" proc-macro = true [build-dependencies] bindgen = "0.70.1" [dependencies]