# 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 = "onionpack" version = "1.0.0" build = false exclude = [".gitignore"] autobins = false autoexamples = false autotests = false autobenches = false description = "Unpack your structs into DTOs, Entities and Schemas." readme = "README.md" keywords = [ "derive", "macros", "proc-macro", ] license = "MIT" repository = "https://github.com/h4-h/onionpack" [lib] name = "onionpack" path = "src/lib.rs" proc-macro = true [[example]] name = "expand_derives" path = "examples/expand_derives.rs" [[example]] name = "expand_fields" path = "examples/expand_fields.rs" [[example]] name = "full" path = "examples/full.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "parsing", ]