# 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" name = "raw_struct" version = "0.1.3" authors = ["Markus Hadenfeldt "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "raw_struct is a Rust procedural macro for easily declaring C-style structs that reference local or external memory, based on your memory implementation. It generates appropiate getter methods for easy access." readme = "README.MD" license-file = "LICENSE" repository = "https://github.com/WolverinDEV/lazy-link" [lib] name = "raw_struct" path = "src/lib.rs" [[test]] name = "attr" path = "tests/attr.rs" [[test]] name = "fn_offset" path = "tests/fn_offset.rs" [[test]] name = "inline" path = "tests/inline.rs" [[test]] name = "read" path = "tests/read.rs" [dependencies.raw_struct_derive] version = "0.1" [features] no_std = []