# 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 = "random_struct_layout" version = "0.3.2" authors = ["Iwancof "] include = [ "src/**/*", "Cargo.toml", "Cargo.lock", "README.md", ] description = "The custom attributes to randomize struct members layout" readme = "README.md" keywords = [ "security", "attribute", "macro", "obfuscation", ] categories = ["no-std"] license = "MIT" repository = "https://github.com/Iwancof/random_struct_layout/" [lib] proc-macro = true [dependencies.proc-macro2] version = "^1.0.43" [dependencies.quote] version = "^1.0.21" [dependencies.rand] version = "^0.8.5" [dependencies.syn] version = "^1.0.99" features = ["full"] [dev-dependencies.offset] version = "0.1.4"