[package] name = "concat-strs-derive" version = "0.1.20241101" authors = ["Raul Gherman"] edition = "2021" description = """ Forked from Rebecca Turner 's "https://github.com/9999years/concat_strs". No more proc-macro-hack = "0.5", and updated to-date (20240916) """ repository = "https://github.com/raul-gherman/concat_strs" license = "AGPL-3.0" [lib] proc-macro = true [dependencies] syn = "2.0" quote = "1.0" proc-macro2 = "1.0"