# 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 = "set_field_macro" version = "0.1.1" authors = ["https://github.com/0xDEADFED5"] description = "Derive macro for set_field" homepage = "https://github.com/0xDEADFED5/set_field" readme = "README.md" keywords = [ "struct", "derive", "string", ] license = "MIT" repository = "https://github.com/0xDEADFED5/set_field" [lib] proc-macro = true [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.29" features = ["extra-traits"]