# 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 = "typesum-macros" version = "0.2.0" authors = ["Natasha England-Elbro "] description = "Macros for typesum" license = "MIT" repository = "https://github.com/0x00002a/typesum" [lib] proc-macro = true [dependencies.convert_case] version = "0.6.0" optional = true [dependencies.proc-macro2] version = "1.0.66" [dependencies.quote] version = "1.0.32" [dependencies.syn] version = "2.0.27" [features] default = [ "kinded", "sumtype", ] kinded = [] sumtype = [ "syn/extra-traits", "convert_case", ]