# 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 = "extendable-data" version = "0.1.5" authors = ["Rafael Dulfer"] description = "A set of rust macros that allows you to specify data that can be \"extended\" or inherited from." readme = "README.md" keywords = [ "proc-macro", "extensible", "structs", "enums", "unions", ] categories = [ "data-structures", "development-tools::procedural-macro-helpers", "rust-patterns", ] license = "MIT" repository = "https://github.com/Rafaeltheraven/extendable-data" [dependencies.extendable-data-helpers] version = "0.1.5" [dependencies.proc-macro2] version = "1.0.59" [dependencies.quote] version = "1.0.28" [dependencies.syn] version = "2.0.18" [dev-dependencies.assert-tokenstreams-eq] version = "0.1.0" [dev-dependencies.syn] version = "2.0.18" features = ["extra-traits"]