# 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 = "identified_vec_macros" version = "0.1.5" authors = ["Alexander Cyon "] description = "A macro which allows you to create IdentifiedVecOf newtypes which act as if they were IdentifiedVecOf." readme = "README.md" keywords = [ "identified_vec_of", "newtype", "via", "identifiable", "identified_vec", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/Sajjon/identified_vec" [dependencies.identified_vec] version = "0.1.5" [dependencies.proc-macro2] version = "1.0.70" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "extra-traits", "full", "parsing", ]