# 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 = "named-tup-derive" version = "0.3.1" authors = ["miam-miam "] description = "A helper macro crate for the named-tup crate" documentation = "https://docs.rs/named-tup/" license = "MIT OR Apache-2.0" repository = "https://github.com/miam-miam/named-tup" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.52" [dependencies.quote] version = "1.0.26" [dependencies.syn] version = "2.0.2" features = [ "visit-mut", "full", ] [dependencies.uuid] version = "1.3.0" features = ["v4"] [build-dependencies.inwelling] version = "0.4.0" [build-dependencies.proc-macro2] version = "1.0.52" [build-dependencies.quote] version = "1.0.26" [build-dependencies.syn] version = "2.0.2" features = [ "visit", "full", ] [features] add_dev_idents = [] default = []